Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ trunk_op
Method
trunk_op
atomic-core/src/record/workflow/crdt/builder/trunk.rs:76–78 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
74
/// Returns the trunk operation (if any).
75
#[inline]
76
pub fn trunk_op(&self) -> Option<&TrunkOp> {
77
self.trunk_op.as_ref()
78
}
79
80
/// Returns the line operations.
81
#[inline]
Callers
4
trunk_ops
Method · 0.45
test_file_ops_create
Function · 0.45
test_file_ops_delete
Function · 0.45
test_builder_add_file_with_encoding
Function · 0.45
Calls
1
as_ref
Method · 0.80
Tested by
3
test_file_ops_create
Function · 0.36
test_file_ops_delete
Function · 0.36
test_builder_add_file_with_encoding
Function · 0.36