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

Function jsKeyForStorage

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

Source from the content-addressed store, hash-verified

16679 };
16680
16681 const jsKeyForStorage = (store,zClass,zKey)=>
16682 wasm.cstrToJs(zKeyForStorage(store, zClass, zKey));
16683
16684 const storageGetDbSize = (store)=>+store.storage.getItem(store.keyPrefix + "sz");
16685

Callers 1

sqlite3InitModuleFunction · 0.70

Calls 1

zKeyForStorageFunction · 0.70

Tested by

no test coverage detected