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

Method saveConfig

xmsl/xmsl.ts:256–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254
255 await this.saveConfig();
256 }
257
258 private async saveConfig() {
259 if (this.db) {
260 this.db.data = this.config;
261 await this.db.write();
262 }
263 }
264

Callers 2

initMethod · 0.95
handleSetMethod · 0.95

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected