Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ as_directory
Method
as_directory
atomic-core/src/record/workflow/collect.rs:134–137 ·
view source on GitHub ↗
Mark this entry as a directory.
(mut self)
Source
from the content-addressed store, hash-verified
132
133
/// Mark this entry as a directory.
134
pub fn as_directory(mut self) -> Self {
135
self.is_directory = true;
136
self
137
}
138
}
139
140
// WORKING FILE
Callers
6
collect_working_files
Function · 0.45
collect_working_paths
Function · 0.45
get_working_file
Function · 0.45
test_tracked_file_as_directory
Function · 0.45
test_working_file_as_directory
Function · 0.45
test_working_file_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_tracked_file_as_directory
Function · 0.36
test_working_file_as_directory
Function · 0.36
test_working_file_builder_chain
Function · 0.36