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

Method timestamp

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

Set the timestamp (defaults to now if not specified).

(mut self, timestamp: DateTime<Utc>)

Source from the content-addressed store, hash-verified

353
354 /// Set the timestamp (defaults to now if not specified).
355 pub fn timestamp(mut self, timestamp: DateTime<Utc>) -> Self {
356 self.timestamp = Some(timestamp);
357 self
358 }
359
360 /// Add an author.
361 pub fn author(mut self, author: Author) -> Self {

Callers 15

mint_tokenFunction · 0.45
build_provenanceMethod · 0.45
write_commitMethod · 0.45
format_defaultMethod · 0.45
format_onelineMethod · 0.45
from_entryMethod · 0.45
now_secsFunction · 0.45
sherpa_graphFunction · 0.45
build_turn_provenanceFunction · 0.45
build_turn_envelopeFunction · 0.45

Calls

no outgoing calls