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

Method turn_started_at

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

Source from the content-addressed store, hash-verified

486 /// Set when this turn started (Unix epoch seconds).
487 #[must_use]
488 pub fn turn_started_at(mut self, ts: i64) -> Self {
489 self.turn_started_at = ts;
490 self
491 }
492
493 /// Set when this turn ended (Unix epoch seconds).
494 #[must_use]

Callers 2

make_envelopeFunction · 0.80
build_turn_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected