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

Method set

autorepeat/autorepeat.ts:112–117  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

110 await this.db.write();
111 }
112
113 // Generic helpers for root properties
114 async getData(): Promise<CacheData | null> {
115 await this.initPromise;
116 return this.db?.data || null;
117 }
118
119 async saveData(data: Partial<CacheData>): Promise<void> {
120 await this.initPromise;

Callers 11

startAutoUpdateMethod · 0.45
loadExistingSettingsMethod · 0.45
setAutoDelSettingMethod · 0.45
collectDialogsFunction · 0.45
initMethod · 0.45
toggleGroupMethod · 0.45
enableAllMethod · 0.45
disableAllMethod · 0.45
checkAndRepeatMethod · 0.45
tryRepeatMethod · 0.45
maintenanceMethod · 0.45

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected