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

Method is_ended

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

Returns `true` if the session has ended.

(&self)

Source from the content-addressed store, hash-verified

119
120 /// Returns `true` if the session has ended.
121 pub fn is_ended(&self) -> bool {
122 matches!(self, Phase::Ended)
123 }
124
125 /// Returns `true` if the session is idle (no active turn).
126 pub fn is_idle(&self) -> bool {

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected