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

Method push

atomic-core/src/diff/word.rs:440–442  ·  view source on GitHub ↗

Add an operation to the result.

(&mut self, op: WordDiffOp)

Source from the content-addressed store, hash-verified

438
439 /// Add an operation to the result.
440 fn push(&mut self, op: WordDiffOp) {
441 self.ops.push(op);
442 }
443}
444
445/// Configuration for word-level diffing.

Callers 3

word_diff_with_configFunction · 0.45
compute_word_diffFunction · 0.45
merge_operationsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected