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

Method close_session

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

Source from the content-addressed store, hash-verified

328 }
329
330 close_session(): void {
331 this._closed = true;
332 safe_poprun_callbacks(this._session_close_callbacks, 'session_close_callback');
333 clearInterval(this.interval_pull_id);
334 this.sender.stop();
335 }
336
337 closed(): boolean {
338 return this._closed;

Callers

nothing calls this directly

Calls 2

safe_poprun_callbacksFunction · 0.85
stopMethod · 0.80

Tested by

no test coverage detected