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

Function getSeatLockDb

admin_board/admin_board.ts:417–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 values: {},
416 });
417 }
418 return await avgCacheDbPromise;
419}
420
421function getAvgCacheKey(target: TargetChat, userId: string): string {
422 return `${target.storageKey}:${userId}`;
423}
424
425async function getCachedAvgEntry(

Callers 2

getLockedSeatSetFunction · 0.85
updateLockedSeatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected