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

Method record_directory

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

Record that a directory was created.

(&mut self)

Source from the content-addressed store, hash-verified

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

Callers 3

to_outcomeMethod · 0.45
materialize_viewFunction · 0.45

Calls

no outgoing calls

Tested by 1