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

Class

sendat/sendat.ts:221–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 private db: any = null;
220 private dbPath: string;
221
222 constructor() {
223 const assetsDir = createDirectoryInAssets("sendat");
224 this.dbPath = path.join(assetsDir, "tasks.json");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected