Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
handleSet
Method · 0.95
Calls
1
write
Method · 0.80
Tested by
no test coverage detected