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

Method constructor

im/im.ts:190–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189 constructor() {
190 super();
191 this.initialize();
192 }
193
194 private async initialize() {
195 await ConfigManager.init();
196 console.log("[image_monitor] Plugin initialized");

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected