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

Method get

autorepeat/autorepeat.ts:106–110  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

104 }
105
106 async set(key: string, value: any): Promise<void> {
107 await this.initPromise;
108 if (!this.db) return;
109 this.db.data.cache[key] = value;
110 await this.db.write();
111 }
112
113 // Generic helpers for root properties

Callers 6

resolveAliasFunction · 0.45
showAutoDelSettingsMethod · 0.45
AutoDelPluginClass · 0.45
initMethod · 0.45
checkAndRepeatMethod · 0.45
tryRepeatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected