Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
3
test_directory_flags_explicit_with_children
Function · 0.85
test_directory_update_flags
Function · 0.85
test_directory_multiple_inodes
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_directory_flags_explicit_with_children
Function · 0.68
test_directory_update_flags
Function · 0.68
test_directory_multiple_inodes
Function · 0.68