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

Function explicit_empty

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

Source from the content-addressed store, hash-verified

198 /// Create flags for an explicitly tracked empty directory.
199 #[inline]
200 pub const fn explicit_empty() -> u8 {
201 DIR_EXPLICIT | DIR_EMPTY
202 }
203
204 /// Create flags for an explicitly tracked non-empty directory.
205 #[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