(store, zClass, zKey)
| 16795 | zKey may not. |
| 16796 | */ |
| 16797 | const zKeyForStorage = (store, zClass, zKey)=>{ |
| 16798 | //debug("zKeyForStorage(",store, wasm.cstrToJs(zClass), wasm.cstrToJs(zKey)); |
| 16799 | return (zClass && store.keyPrefix) ? kvvfsMakeKey(zClass, zKey) : zKey; |
| 16800 | }; |
| 16801 | |
| 16802 | const jsKeyForStorage = (store,zClass,zKey)=> |
| 16803 | wasm.cstrToJs(zKeyForStorage(store, zClass, zKey)); |