Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ getData
Method
getData
autorepeat/autorepeat.ts:120–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
119
async
saveData(data: Partial<CacheData>): Promise<void> {
120
await
this.initPromise;
121
if
(!this.db)
return
;
122
Object.assign(this.db.data, data);
123
await
this.db.write();
124
}
125
}
126
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected