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

Method record_directory

atomic-core/src/output/repo/repository/mod.rs:126–128  ·  view source on GitHub ↗

Record that a directory was created.

(&mut self)

Source from the content-addressed store, hash-verified

124
125 /// Record that a directory was created.
126 pub fn record_directory(&mut self) {
127 self.directories_created += 1;
128 }
129
130 /// Convert to OutputOutcome for unified result type.
131 pub fn to_outcome(&self) -> OutputOutcome {

Callers 3

to_outcomeMethod · 0.45
materialize_viewFunction · 0.45

Calls

no outgoing calls

Tested by 1