Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ new_line_num
Method
new_line_num
atomic-core/src/record/workflow/crdt/builder/branch.rs:157–159 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
155
/// Get the new line number.
156
#[inline]
157
pub fn new_line_num(&self) -> Option<usize> {
158
self.new_line_num
159
}
160
161
/// Returns the branch ID.
162
#[inline]
Callers
6
enrich_file_ops_for_add
Function · 0.45
enrich_lines_from_full_content
Function · 0.45
enrich_lines_from_hunk_content
Function · 0.45
build_crdt_ops_for_modified_file
Function · 0.45
into_change_ops
Method · 0.45
promote_delete_insert_pairs_to_reparents
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected