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

Function explicit_empty

atomic-core/src/pristine/tables.rs:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 /// Create flags for an explicitly tracked empty directory.
211 #[inline]
212 pub const fn explicit_empty() -> u8 {
213 DIR_EXPLICIT | DIR_EMPTY
214 }
215
216 /// Create flags for an explicitly tracked non-empty directory.
217 #[inline]

Callers 9

write_import_recordedMethod · 0.85
insert_changeMethod · 0.85
write_recordedMethod · 0.85
add_directory_to_treeFunction · 0.85

Calls

no outgoing calls