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

Method into_parts

atomic-core/src/record/builder.rs:580–588  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

578 /// A tuple of (actions, contents, updatables).
579 #[allow(clippy::type_complexity)]
580 pub fn into_parts(
581 self,
582 ) -> (
583 Vec<GraphOp<Option<Hash>>>,
584 Vec<u8>,
585 HashMap<usize, InodeUpdate>,
586 ) {
587 (self.actions, self.contents, self.updatables)
588 }
589}
590
591/// Statistics about a recording session.

Callers 1

test_recorded_into_partsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_recorded_into_partsFunction · 0.36