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

Method inode

atomic-core/src/crdt/trunk.rs:193–195  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

191 /// Returns the trunk's inode.
192 #[inline]
193 pub fn inode(&self) -> Inode {
194 self.inode
195 }
196
197 /// Returns the current file path.
198 #[inline]

Callers 6

put_trunkMethod · 0.45
del_trunkMethod · 0.45
put_trunkMethod · 0.45
del_trunkMethod · 0.45
put_trunkMethod · 0.45
del_trunkMethod · 0.45

Calls

no outgoing calls

Tested by 2

put_trunkMethod · 0.36
del_trunkMethod · 0.36