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

Method hunks

atomic-core/src/record/workflow/assembly/mod.rs:307–309  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

305 /// Get a reference to the hunks.
306 #[must_use]
307 pub fn hunks(&self) -> &[GraphOp<Option<Hash>>] {
308 &self.hunks
309 }
310}
311
312// ============================================================================

Callers 3

assemble_changeFunction · 0.45
hunk_countMethod · 0.45
compute_content_offsetsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected