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

Method set_inode

atomic-repository/src/status.rs:363–365  ·  view source on GitHub ↗

Set the inode.

(&mut self, inode: Inode)

Source from the content-addressed store, hash-verified

361
362 /// Set the inode.
363 pub fn set_inode(&mut self, inode: Inode) {
364 self.inode = Some(inode);
365 }
366
367 /// Set the recorded content hash.
368 pub fn set_recorded_hash(&mut self, hash: Hash) {

Callers 4

statusMethod · 0.45
recordMethod · 0.45

Calls

no outgoing calls

Tested by 1