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

Method message

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

Source from the content-addressed store, hash-verified

197 /// Set the change message.
198 #[must_use]
199 pub fn message(mut self, message: impl Into<String>) -> Self {
200 self.message = Some(message.into());
201 self
202 }
203
204 /// Set whether to apply the change after recording. Default is true.
205 #[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