MCPcopy Index your code
hub / github.com/simstudioai/sim / readBinary

Method readBinary

apps/sim/app/api/tools/evernote/lib/thrift.ts:151–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 readBinary(): Uint8Array {
152 const length = this.readI32()
153 const bytes = new Uint8Array(this.view.buffer, this.pos, length)
154 this.pos += length
155 return bytes
156 }
157
158 readListBegin(): { elementType: number; size: number } {
159 const elementType = this.view.getUint8(this.pos++)

Callers

nothing calls this directly

Calls 1

readI32Method · 0.95

Tested by

no test coverage detected