MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / operation

Method operation

atomic-core/src/change/ops.rs:573–575  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

571 /// Returns the branch operation.
572 #[inline]
573 pub fn operation(&self) -> &BranchOp {
574 &self.operation
575 }
576
577 /// Returns the leaf operations (new content for Insert/Modify, old
578 /// content for Delete).

Calls

no outgoing calls

Tested by 2

test_multi_file_workflowFunction · 0.36