Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_word_diff_replacement
Function · 0.45
test_merge_adjacent_equals
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_word_diff_replacement
Function · 0.36
test_merge_adjacent_equals
Function · 0.36