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/change/ops.rs:520–522 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
518
/// Get the old line number.
519
#[inline]
520
pub fn old_line_num(&self) -> Option<usize> {
521
self.old_line_num
522
}
523
524
/// Get the new line number.
525
#[inline]
Callers
3
show_change_diff_from_file_ops
Method · 0.45
anchor_to_graph
Function · 0.45
resolve_existing_file_ops
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected