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

Method into_ops

atomic-core/src/diff/ops.rs:470–472  ·  view source on GitHub ↗

Take ownership of the operations.

(self)

Source from the content-addressed store, hash-verified

468
469 /// Take ownership of the operations.
470 pub fn into_ops(self) -> Vec<DiffOp> {
471 self.ops
472 }
473
474 /// Convert to a list of Replacement operations.
475 ///

Callers 1

merge_equal_opsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected