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

Function waitDb

pmcaptcha/pmcaptcha.ts:237–243  ·  view source on GitHub ↗
(ms = 5000)

Source from the content-addressed store, hash-verified

235 if (!(await generationDelay(50))) return false;
236 }
237 return dbReady;
238}
239
240initDb();
241
242// ─── 配置辅助 ─────────────────────────────────────────────────────────────────
243
244function get<T>(key: string, def: T): T {
245 if (!dbReady) return def;
246 const db = (configDb?.data[key] !== undefined) ? configDb : dataDb;

Callers 2

messageListenerFunction · 0.85
pmcaptchaFunction · 0.85

Calls 1

generationDelayFunction · 0.85

Tested by

no test coverage detected