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

Method turn_number

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

Source from the content-addressed store, hash-verified

465 /// Set the turn number (1-indexed).
466 #[must_use]
467 pub fn turn_number(mut self, n: u32) -> Self {
468 self.turn_number = n;
469 self
470 }
471
472 /// Set the total number of turns in the session (backfill on session end).
473 #[must_use]

Callers 4

make_envelopeFunction · 0.80
test_max_turn_numberFunction · 0.80
build_turn_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_max_turn_numberFunction · 0.64