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

Function storageForZClass

sqlite-wasm-cos/sqlite3-node.mjs:16661–16664  ·  view source on GitHub ↗
(zClass)

Source from the content-addressed store, hash-verified

16659 (C-string pointer or JS string).
16660 */
16661 const storageForZClass = (zClass)=>
16662 'string'===typeof zClass
16663 ? cache.storagePool[zClass]
16664 : cache.storagePool[wasm.cstrToJs(zClass)];
16665
16666
16667 const kvvfsMakeKey = wasm.exports.sqlite3__wasm_kvvfsMakeKey;

Callers 9

sqlite3InitModuleFunction · 0.70
sqlite3_js_kvvfs_clearFunction · 0.70
sqlite3_js_kvvfs_sizeFunction · 0.70
sqlite3_js_kvvfs_exportFunction · 0.70
sqlite3_js_kvvfs_importFunction · 0.70
sqlite3_js_kvvfs_reserveFunction · 0.70
sqlite3_js_kvvfs_unlinkFunction · 0.70
sqlite3_js_kvvfs_listenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected