Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_message
Method · 0.95
send_buffer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected