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

Method ops

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

Get the operations as a slice.

(&self)

Source from the content-addressed store, hash-verified

463
464 /// Get the operations as a slice.
465 pub fn ops(&self) -> &[DiffOp] {
466 &self.ops
467 }
468
469 /// Take ownership of the operations.
470 pub fn into_ops(self) -> Vec<DiffOp> {

Callers 11

compare_contentFunction · 0.45
generate_diffFunction · 0.45
analyzeMethod · 0.45
nextMethod · 0.45
merge_textFunction · 0.45

Calls

no outgoing calls