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

Method turn_ended_at

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

Source from the content-addressed store, hash-verified

493 /// Set when this turn ended (Unix epoch seconds).
494 #[must_use]
495 pub fn turn_ended_at(mut self, ts: i64) -> Self {
496 self.turn_ended_at = ts;
497 self
498 }
499
500 /// Set the wall clock duration of this turn in milliseconds.
501 #[must_use]

Callers 2

make_envelopeFunction · 0.80
build_turn_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected