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

Method constructor

autodelcmd/autodelcmd.ts:708–711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

706 this.initializeOnStartup();
707 }
708
709 private async initializeOnStartup() {
710 try {
711 console.log("[autodelcmd] 插件启动,开始初始化...");
712 const initialized = await ensureServiceInitialized();
713 if (initialized) {
714 console.log("[autodelcmd] 插件启动初始化成功");

Callers

nothing calls this directly

Calls 1

initializeOnStartupMethod · 0.95

Tested by

no test coverage detected