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

Method finish

atomic-core/src/record/workflow/crdt/builder/mod.rs:341–347  ·  view source on GitHub ↗

Finishes building and returns the result.

(self)

Source from the content-addressed store, hash-verified

339
340 /// Finishes building and returns the result.
341 pub fn finish(self) -> CrdtChangeResult {
342 CrdtChangeResult {
343 file_ops: self.file_ops,
344 content: self.content,
345 stats: self.stats,
346 }
347 }
348
349 /// Returns the current statistics.
350 pub fn current_stats(&self) -> &CrdtBuildStats {

Calls

no outgoing calls