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

Method line_ops_mut

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

Source from the content-addressed store, hash-verified

210 /// Returns a mutable reference to the line operations.
211 #[inline]
212 pub fn line_ops_mut(&mut self) -> &mut Vec<LineOps> {
213 &mut self.line_ops
214 }
215
216 /// Adds a line operation.
217 pub fn add_line_op(&mut self, op: LineOps) {

Callers 3

enrich_file_ops_for_addFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected