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

Method trunk_op

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

Source from the content-addressed store, hash-verified

198 /// Returns the trunk operation (if any).
199 #[inline]
200 pub fn trunk_op(&self) -> Option<&TrunkOp> {
201 self.trunk_op.as_ref()
202 }
203
204 /// Returns the line operations.
205 #[inline]

Calls 1

as_refMethod · 0.80

Tested by 2

test_multi_file_workflowFunction · 0.36