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

Method description

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

Set an optional description.

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

Source from the content-addressed store, hash-verified

347
348 /// Set an optional description.
349 pub fn description(mut self, description: impl Into<String>) -> Self {
350 self.description = Some(description.into());
351 self
352 }
353
354 /// Set the timestamp (defaults to now if not specified).
355 pub fn timestamp(mut self, timestamp: DateTime<Utc>) -> Self {

Callers 5

test_header_builder_fullFunction · 0.45
test_builder_chainingFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_header_builder_fullFunction · 0.36
test_builder_chainingFunction · 0.36