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

Method total_turns

atomic-agent/src/envelope.rs:474–477  ·  view source on GitHub ↗
(mut self, n: u32)

Source from the content-addressed store, hash-verified

472 /// Set the total number of turns in the session (backfill on session end).
473 #[must_use]
474 pub fn total_turns(mut self, n: u32) -> Self {
475 self.total_turns = Some(n);
476 self
477 }
478
479 /// Set when the session started (Unix epoch seconds).
480 #[must_use]

Callers 1

make_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected