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

Method constructor

fbi/fbi.ts:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 private configDb: any;
103 private cacheDb: any;
104 private sv = new Map<string, SvEntry>();
105 private chatCache = new Map<string, CachedChat>();
106 private cacheReady = false;
107 private cacheDirty = false;
108 private ready = false; // initDB done
109 private cachePath = ""; // persist path for sync flush on cleanup
110 private cachePersistTimer: ReturnType<typeof setTimeout> | null = null;

Callers

nothing calls this directly

Calls 2

initDBMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected