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

Method timestamp

atomic-core/src/change/provenance_graph/builder.rs:162–165  ·  view source on GitHub ↗

Set the timestamp (Unix epoch seconds). Defaults to now.

(mut self, ts: i64)

Source from the content-addressed store, hash-verified

160
161 /// Set the timestamp (Unix epoch seconds). Defaults to now.
162 pub fn timestamp(mut self, ts: i64) -> Self {
163 self.timestamp = Some(ts);
164 self
165 }
166
167 /// Set the vault work-item/intent governing this turn.
168 pub fn plan_id(mut self, plan_id: impl Into<String>) -> Self {

Calls

no outgoing calls