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

Method constructor

autodel/autodel.ts:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 };
59
60 constructor() {
61 super();
62 this.initDatabase();
63 }
64
65 private async initDatabase(): Promise<void> {
66 try {

Callers

nothing calls this directly

Calls 1

initDatabaseMethod · 0.95

Tested by

no test coverage detected