Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
build_crdt_ops_for_modified_file
Function · 0.45
into_change_ops
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected