MCPcopy Index your code
hub / github.com/apache/tvm / storeRawBytes

Method storeRawBytes

web/src/memory.ts:437–439  ·  view source on GitHub ↗
(offset: PtrOffset, bytes: Uint8Array)

Source from the content-addressed store, hash-verified

435 }
436
437 storeRawBytes(offset: PtrOffset, bytes: Uint8Array): void {
438 this.viewU8.set(bytes, offset);
439 }
440
441 /**
442 * Allocate a byte array for a string and return the offset of the byte array.

Callers 3

allocThenSetArgStringMethod · 0.95
allocThenSetArgBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected