MCPcopy 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_filesFunction · 0.45
collect_working_pathsFunction · 0.45
get_working_fileFunction · 0.45

Calls

no outgoing calls