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

Method setup

aff/aff.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 // 引用重置:清空实例级 db / cache / manager 引用,便于 reload 后重新初始化。
29 this.db = null;
30 }
31
32 async setup(): Promise<void> {
33 await this.initDB();
34 }
35

Callers

nothing calls this directly

Calls 1

initDBMethod · 0.95

Tested by

no test coverage detected