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

Method ops

atomic-core/src/diff/word.rs:318–320  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

316 /// These describe how to transform the old tokens into the new tokens.
317 #[inline]
318 pub fn ops(&self) -> &[WordDiffOp] {
319 &self.ops
320 }
321
322 /// Get the old tokens.
323 #[inline]

Callers 2

Calls

no outgoing calls

Tested by 2