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

Method notes

atomic-core/src/change/attestation.rs:636–639  ·  view source on GitHub ↗

Set optional notes.

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

Source from the content-addressed store, hash-verified

634
635 /// Set optional notes.
636 pub fn notes(mut self, notes: impl Into<String>) -> Self {
637 self.notes = Some(notes.into());
638 self
639 }
640
641 /// Set the timestamp (Unix epoch seconds). Defaults to now.
642 pub fn timestamp(mut self, ts: i64) -> Self {

Callers 2

test_builder_with_notesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected