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

Method session_started_at

atomic-agent/src/envelope.rs:481–484  ·  view source on GitHub ↗
(mut self, ts: i64)

Source from the content-addressed store, hash-verified

479 /// Set when the session started (Unix epoch seconds).
480 #[must_use]
481 pub fn session_started_at(mut self, ts: i64) -> Self {
482 self.session_started_at = ts;
483 self
484 }
485
486 /// Set when this turn started (Unix epoch seconds).
487 #[must_use]

Callers 2

make_envelopeFunction · 0.80
build_turn_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected