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

Method with_timestamp

atomic-agent/src/event.rs:371–374  ·  view source on GitHub ↗
(mut self, timestamp: DateTime<Utc>)

Source from the content-addressed store, hash-verified

369 /// Set the timestamp.
370 #[must_use]
371 pub fn with_timestamp(mut self, timestamp: DateTime<Utc>) -> Self {
372 self.timestamp = timestamp;
373 self
374 }
375
376 /// Attach the raw JSON input for debugging.
377 #[must_use]

Calls

no outgoing calls