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

Method into_parts

atomic-core/src/change/ops.rs:263–265  ·  view source on GitHub ↗

Consumes and returns all parts.

(self)

Source from the content-addressed store, hash-verified

261
262 /// Consumes and returns all parts.
263 pub fn into_parts(self) -> (TrunkId, String, Option<TrunkOp>, Vec<LineOps>) {
264 (self.trunk_id, self.path, self.trunk_op, self.line_ops)
265 }
266}
267
268impl fmt::Display for FileOps {

Callers 4

test_file_ops_into_partsFunction · 0.45
test_line_ops_into_partsFunction · 0.45
tokenize_single_fileFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_file_ops_into_partsFunction · 0.36
test_line_ops_into_partsFunction · 0.36