Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ ops
Method
ops
atomic-core/src/change/format_v3/sections.rs:231–233 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
229
/// Returns a reference to the compact graph operations.
230
#[inline]
231
pub fn ops(&self) -> &[CompactGraphOp] {
232
&self.ops
233
}
234
235
/// Returns the number of graph operations.
236
#[inline]
Callers
1
deserialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected