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

Method initialize

autodelcmd/autodelcmd.ts:161–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 await this.autoDeleteOnStartup();
160 }
161
162 private async loadConfig() {
163 try {
164 await fs.access(CONFIG_FILE_PATH);
165 const data = await fs.readFile(CONFIG_FILE_PATH, "utf-8");
166 this.config = JSON.parse(data);
167

Callers 1

ensureServiceInitializedFunction · 0.45

Calls 2

loadConfigMethod · 0.95
autoDeleteOnStartupMethod · 0.95

Tested by

no test coverage detected