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

Method message

atomic-core/src/change/header.rs:343–346  ·  view source on GitHub ↗

Set the change message (required).

(mut self, message: impl Into<String>)

Source from the content-addressed store, hash-verified

341impl ChangeHeaderBuilder {
342 /// Set the change message (required).
343 pub fn message(mut self, message: impl Into<String>) -> Self {
344 self.message = Some(message.into());
345 self
346 }
347
348 /// Set an optional description.
349 pub fn description(mut self, description: impl Into<String>) -> Self {

Callers 15

build_turn_headerFunction · 0.45
test_context_newFunction · 0.45
test_context_finalizeFunction · 0.45
test_create_empty_changeFunction · 0.45
test_assembly_result_newFunction · 0.45
test_header_builder_fullFunction · 0.45

Calls

no outgoing calls