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

Method requires_recording

atomic-agent/src/turn/phase.rs:391–395  ·  view source on GitHub ↗

Returns `true` if this transition requires recording.

(&self)

Source from the content-addressed store, hash-verified

389
390 /// Returns `true` if this transition requires recording.
391 pub fn requires_recording(&self) -> bool {
392 self.actions
393 .iter()
394 .any(|a| matches!(a, Action::RecordTurn | Action::RecordIfChanged))
395 }
396
397 /// Returns the strategy-specific actions (filtering out common actions).
398 pub fn strategy_actions(&self) -> Vec<Action> {

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected