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

Method line_ops

atomic-core/src/change/ops.rs:206–208  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

204 /// Returns the line operations.
205 #[inline]
206 pub fn line_ops(&self) -> &[LineOps] {
207 &self.line_ops
208 }
209
210 /// Returns a mutable reference to the line operations.
211 #[inline]

Callers 14

anchor_to_graphFunction · 0.45
apply_file_ops_batchedFunction · 0.45
can_batch_apply_file_opsFunction · 0.45
apply_single_file_opsFunction · 0.45
from_file_opsMethod · 0.45
test_multi_file_workflowFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_multi_file_workflowFunction · 0.36