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

Method closed

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

Source from the content-addressed store, hash-verified

38 close_session(): void;
39
40 closed(): boolean;
41}
42
43function safe_poprun_callbacks(callbacks: (() => void)[], name = 'callback') {

Callers 14

mainFunction · 0.65
get_current_sessionMethod · 0.65
_on_task_finishMethod · 0.65
send_task_commandMethod · 0.65
closeMethod · 0.65
stepMethod · 0.65
send_task_commandMethod · 0.65
_trigger_close_eventMethod · 0.65
closeMethod · 0.65
get_current_sessionMethod · 0.65
_send_msg_to_clientMethod · 0.65

Implementers 2

WebSocketSessionwebiojs/src/session.ts
HttpSessionwebiojs/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected