MCPcopy 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

branch_opsMethod · 0.45
test_line_ops_deleteFunction · 0.45
to_change_opsMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_line_ops_deleteFunction · 0.36