Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ saveConfig
Method
saveConfig
im/im.ts:154–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
153
static
async
saveConfig() {
154
await
this.init();
155
await
this.db.write();
156
}
157
158
private static normalize() {
159
const
data = this.db?.data as any;
160
if
(!data)
return
;
Callers
2
ImageMonitorPlugin
Class · 0.45
handleConfigCommand
Method · 0.45
Calls
2
init
Method · 0.95
write
Method · 0.80
Tested by
no test coverage detected