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

Method into_change

atomic-repository/src/record/assemble.rs:243–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

241 /// Take ownership of the change.
242 #[must_use]
243 pub fn into_change(self) -> Change {
244 self.change
245 }
246
247 /// Get the change hash.
248 #[must_use]

Callers 4

test_outcome_into_changeFunction · 0.45
write_import_recordedMethod · 0.45
recordMethod · 0.45
assemble_and_hashMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_outcome_into_changeFunction · 0.36