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

Method is_ended

atomic-agent/src/turn/session.rs:344–346  ·  view source on GitHub ↗

Returns `true` if the session has ended.

(&self)

Source from the content-addressed store, hash-verified

342
343 /// Returns `true` if the session has ended.
344 pub fn is_ended(&self) -> bool {
345 self.phase.is_ended()
346 }
347
348 /// Returns `true` if the session has an active turn.
349 pub fn is_turn_active(&self) -> bool {

Callers 3

set_phaseMethod · 0.45
find_activeMethod · 0.45
find_endedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected