class
Shards::AIDocsInfo::FileEntry
- Shards::AIDocsInfo::FileEntry
- Reference
- Object
Overview
Represents a single tracked file with dual checksums.
Defined in:
ai_docs_info.crConstructors
Instance Method Summary
- #installed_checksum : String
- #installed_checksum=(installed_checksum : String)
- #upstream_checksum : String
- #upstream_checksum=(upstream_checksum : String)
-
#user_modified?
Returns
trueif the installed file differs from the upstream version, indicating the user has made local modifications.
Constructor Detail
Instance Method Detail
def user_modified?
#
Returns true if the installed file differs from the upstream version,
indicating the user has made local modifications.