Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ trunk_op
Method
trunk_op
atomic-core/src/change/ops.rs:200–202 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
198
/// Returns the trunk operation (if any).
199
#[inline]
200
pub fn trunk_op(&self) -> Option<&TrunkOp> {
201
self.trunk_op.as_ref()
202
}
203
204
/// Returns the line operations.
205
#[inline]
Callers
8
show_change_diff_from_file_ops
Method · 0.45
apply_file_ops_batched
Function · 0.45
apply_file_ops_batched_groups
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
materialize_crdt_from_changes
Method · 0.45
Calls
1
as_ref
Method · 0.80
Tested by
2
test_record_and_apply_new_file
Function · 0.36
test_multi_file_workflow
Function · 0.36