Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ operation
Method
operation
atomic-core/src/record/workflow/crdt/builder/leaf.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
/// Returns the operation.
41
#[inline]
42
pub fn operation(&self) -> &LeafOp {
43
&self.operation
44
}
45
46
/// Consumes and returns the operation.
47
pub fn into_operation(self) -> LeafOp {
Callers
6
build_crdt_ops_for_modified_file
Function · 0.45
branch_ops
Method · 0.45
test_line_ops_delete
Function · 0.45
test_line_ops_delete_empty
Function · 0.45
to_change_ops
Method · 0.45
promote_delete_insert_pairs_to_reparents
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_line_ops_delete
Function · 0.36
test_line_ops_delete_empty
Function · 0.36