MCPcopy Create free account
hub / github.com/rhashimoto/wa-sqlite / jRead

Method jRead

src/examples/MemoryAsyncVFS.js:49–51  ·  view source on GitHub ↗

* @param {number} fileId * @param {Uint8Array} pData * @param {number} iOffset * @returns {Promise }

(fileId, pData, iOffset)

Source from the content-addressed store, hash-verified

47 * @returns {Promise<number>}
48 */
49 async jRead(fileId, pData, iOffset) {
50 return super.jRead(fileId, pData, iOffset);
51 }
52
53 /**
54 * @param {number} fileId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected