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

Method is_inode_recorded

atomic-core/src/record/builder.rs:359–361  ·  view source on GitHub ↗

Check if an inode has been recorded.

(&self, inode: &Inode)

Source from the content-addressed store, hash-verified

357
358 /// Check if an inode has been recorded.
359 pub fn is_inode_recorded(&self, inode: &Inode) -> bool {
360 self.recorded_inodes.contains_key(inode)
361 }
362
363 /// Update the largest file size if this file is larger.
364 ///

Callers

nothing calls this directly

Calls 1

contains_keyMethod · 0.80

Tested by

no test coverage detected