Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ line_ops
Method
line_ops
atomic-core/src/change/ops.rs:206–208 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
204
/// Returns the line operations.
205
#[inline]
206
pub fn line_ops(&self) -> &[LineOps] {
207
&self.line_ops
208
}
209
210
/// Returns a mutable reference to the line operations.
211
#[inline]
Callers
14
show_change_diff_from_file_ops
Method · 0.45
create_session_attestation
Method · 0.45
anchor_to_graph
Function · 0.45
apply_file_ops_batched
Function · 0.45
apply_file_ops_batched_groups
Function · 0.45
can_batch_apply_file_ops
Function · 0.45
apply_single_file_ops
Function · 0.45
from_file_ops
Method · 0.45
test_record_and_apply_new_file
Function · 0.45
test_multi_file_workflow
Function · 0.45
file_ops_already_materialized
Function · 0.45
phase2_create_skip_reason
Function · 0.45
Calls
no outgoing calls
Tested by
3
create_session_attestation
Method · 0.36
test_record_and_apply_new_file
Function · 0.36
test_multi_file_workflow
Function · 0.36