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

Method old_line_num

atomic-core/src/record/workflow/crdt/builder/branch.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149 /// Get the old line number.
150 #[inline]
151 pub fn old_line_num(&self) -> Option<usize> {
152 self.old_line_num
153 }
154
155 /// Get the new line number.
156 #[inline]

Callers 2

into_change_opsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected