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

Function explicit_with_children

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

Source from the content-addressed store, hash-verified

204 /// Create flags for an explicitly tracked non-empty directory.
205 #[inline]
206 pub const fn explicit_with_children() -> u8 {
207 DIR_EXPLICIT
208 }
209}
210
211// Dependency Tables

Calls

no outgoing calls