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

Method get_directory_flags

atomic-core/src/record/context.rs:844–846  ·  view source on GitHub ↗
(&self, _inode: Inode)

Source from the content-addressed store, hash-verified

842 }
843
844 fn get_directory_flags(&self, _inode: Inode) -> Result<Option<u8>, PristineError> {
845 Ok(None)
846 }
847
848 fn get_path(&self, _inode: Inode) -> Result<Option<String>, PristineError> {
849 Ok(None)

Callers 3

get_directory_flagsFunction · 0.45
mark_directory_emptyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected