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

Method message

atomic-repository/src/record/options.rs:184–187  ·  view source on GitHub ↗
(mut self, message: impl Into<String>)

Source from the content-addressed store, hash-verified

182 /// Set the change message.
183 #[must_use]
184 pub fn message(mut self, message: impl Into<String>) -> Self {
185 self.message = Some(message.into());
186 self
187 }
188
189 /// Set whether to apply the change after recording. Default is true.
190 #[must_use]

Callers 15

test_options_messageFunction · 0.45
test_options_cloneFunction · 0.45
test_outcome_newFunction · 0.45
test_outcome_set_savedFunction · 0.45
test_outcome_set_appliedFunction · 0.45
test_outcome_add_filesFunction · 0.45
test_outcome_add_errorFunction · 0.45
test_outcome_displayFunction · 0.45
test_outcome_into_changeFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_options_messageFunction · 0.36
test_options_cloneFunction · 0.36
test_outcome_newFunction · 0.36
test_outcome_set_savedFunction · 0.36
test_outcome_set_appliedFunction · 0.36
test_outcome_add_filesFunction · 0.36
test_outcome_add_errorFunction · 0.36
test_outcome_displayFunction · 0.36
test_outcome_into_changeFunction · 0.36