MCPcopy Create free account
hub / github.com/GoogleChrome/samples / jsKeyForStorage

Function jsKeyForStorage

sqlite-wasm-cos/sqlite3.mjs:16802–16803  ·  view source on GitHub ↗
(store,zClass,zKey)

Source from the content-addressed store, hash-verified

16800 };
16801
16802 const jsKeyForStorage = (store,zClass,zKey)=>
16803 wasm.cstrToJs(zKeyForStorage(store, zClass, zKey));
16804
16805 const storageGetDbSize = (store)=>+store.storage.getItem(store.keyPrefix + "sz");
16806

Callers 1

sqlite3InitModuleFunction · 0.70

Calls 1

zKeyForStorageFunction · 0.70

Tested by

no test coverage detected