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

Method is_ended

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

Returns `true` if the session has ended.

(&self)

Source from the content-addressed store, hash-verified

370
371 /// Returns `true` if the session has ended.
372 pub fn is_ended(&self) -> bool {
373 self.phase.is_ended()
374 }
375
376 /// Returns `true` if the session has an active turn.
377 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