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

Method is_noop

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

Returns `true` if this transition has no actions.

(&self)

Source from the content-addressed store, hash-verified

384
385 /// Returns `true` if this transition has no actions.
386 pub fn is_noop(&self) -> bool {
387 self.actions.is_empty()
388 }
389
390 /// Returns `true` if this transition requires recording.
391 pub fn requires_recording(&self) -> bool {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected