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

Method storeU32

web/src/memory.ts:419–421  ·  view source on GitHub ↗
(offset: PtrOffset, value: number)

Source from the content-addressed store, hash-verified

417 }
418
419 storeU32(offset: PtrOffset, value: number): void {
420 this.viewU32[offset >> 2] = value;
421 }
422
423 storeI64(offset: PtrOffset, value: number): void {
424 // For now, just store as 32bit

Callers 2

storePtrMethod · 0.95
storeUSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected