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

Method set_metadata

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

Set the metadata for this item.

(&mut self, metadata: FileMetadata)

Source from the content-addressed store, hash-verified

677
678 /// Set the metadata for this item.
679 pub fn set_metadata(&mut self, metadata: FileMetadata) {
680 self.metadata = metadata;
681 }
682
683 /// Set the parent inode.
684 pub fn set_parent_inode(&mut self, parent: Inode) {

Callers 2

test_record_item_is_dirFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_record_item_is_dirFunction · 0.64