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

Method set_applied

atomic-repository/src/record/assemble.rs:313–316  ·  view source on GitHub ↗

Mark as applied with new state.

(&mut self, state: Merkle)

Source from the content-addressed store, hash-verified

311
312 /// Mark as applied with new state.
313 pub fn set_applied(&mut self, state: Merkle) {
314 self.applied = true;
315 self.new_state = Some(state);
316 }
317
318 /// Add a recorded file path.
319 pub fn add_recorded_file(&mut self, path: String) {

Callers 3

test_outcome_set_appliedFunction · 0.80
test_outcome_displayFunction · 0.80
recordMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_outcome_set_appliedFunction · 0.64
test_outcome_displayFunction · 0.64