MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / metadata

Method metadata

atomic-core/src/record/item.rs:664–666  ·  view source on GitHub ↗

Get the file metadata.

(&self)

Source from the content-addressed store, hash-verified

662
663 /// Get the file metadata.
664 pub fn metadata(&self) -> FileMetadata {
665 self.metadata
666 }
667
668 /// Check if this is the repository root.
669 pub fn is_root(&self) -> bool {

Callers 3

upload_change_smartFunction · 0.45
take_snapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected