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

Method hunks

atomic-core/src/change/change.rs:272–274  ·  view source on GitHub ↗

Get the hunks in this change.

(&self)

Source from the content-addressed store, hash-verified

270
271 /// Get the hunks in this change.
272 pub fn hunks(&self) -> &[GraphOp<Option<Hash>>] {
273 &self.hashed.hunks
274 }
275
276 /// Compute the hash of this change without writing it.
277 ///

Callers 15

run_from_viewFunction · 0.45
run_tagFunction · 0.45
switch_viewMethod · 0.45
unrecordMethod · 0.45
import_direct_can_applyFunction · 0.45
write_import_recordedMethod · 0.45
insert_changeMethod · 0.45
write_recordedMethod · 0.45

Calls

no outgoing calls