MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / constructor

Method constructor

xmsl/xmsl.ts:228–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 xmsl: this.handleXmsl.bind(this),
227 xm: this.handleXmsl.bind(this),
228 };
229
230 constructor() {
231 super();
232 this.init().catch(console.error);
233 }
234

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected