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

Method on_session_create

webiojs/src/session.ts:79–81  ·  view source on GitHub ↗
(callback: () => any)

Source from the content-addressed store, hash-verified

77 }
78
79 on_session_create(callback: () => any): void {
80 this._session_create_callbacks.push(callback);
81 };
82
83 on_session_close(callback: () => any): void {
84 this._session_close_callbacks.push(callback);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected