Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ trunk_ops
Method
trunk_ops
atomic-core/src/record/workflow/crdt/builder/mod.rs:218–220 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
216
}
217
218
pub fn trunk_ops(&self) -> Vec<&TrunkOp> {
219
self.file_ops.iter().filter_map(|f| f.trunk_op()).collect()
220
}
221
222
pub fn branch_ops(&self) -> Vec<(BranchId, &BranchOp)> {
223
self.file_ops
Callers
nothing calls this directly
Calls
2
iter
Method · 0.45
trunk_op
Method · 0.45
Tested by
no test coverage detected