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

Function expandableBlock

codex_image/codex_image.ts:51–52  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

49 const db = await dbPromise;
50 db.data ||= { accessToken: "" };
51 return db;
52}
53
54async function getStoredToken(): Promise<string> {
55 const db = await getDb();

Callers 1

handleCximgFunction · 0.85

Calls 1

htmlEscapeFunction · 0.70

Tested by

no test coverage detected