MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / closed

Method closed

webiojs/src/session.ts:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 closed(): boolean {
174 return this._closed || this.ws.readyState === WebSocket.CLOSED || this.ws.readyState === WebSocket.CLOSING;
175 }
176}
177
178

Callers 2

send_messageMethod · 0.95
send_bufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected