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

Method readU64

web/src/rpc_server.ts:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 readU64(): number {
59 const val = this.readU32();
60 this.offset += 4;
61 return val;
62 }
63
64 readByteArray(): Uint8Array {
65 const len = this.readU64();

Callers 2

readByteArrayMethod · 0.95
onDataReadyMethod · 0.95

Calls 1

readU32Method · 0.95

Tested by

no test coverage detected