MCPcopy
hub / github.com/plasma-umass/browsix / write

Function write

src/bin/sha1sum.ts:232–234  ·  view source on GitHub ↗
(data: any, chunkOffset: any, chunkLen: any)

Source from the content-addressed store, hash-verified

230 };
231 // Write data to the heap.
232 let write = function (data: any, chunkOffset: any, chunkLen: any): any {
233 convFn(data)(self$2.h8, self$2.h32, chunkOffset, chunkLen, 0);
234 };
235 // Initialize and call the RushaCore,
236 // assuming an input buffer of length len * 4.
237 let coreCall = function (data: any, chunkOffset: any, chunkLen: any, msgLen: any, finalize: any): any {

Callers 1

coreCallFunction · 0.85

Calls 1

convFnFunction · 0.85

Tested by

no test coverage detected