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

Method readI64

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

Source from the content-addressed store, hash-verified

143 }
144
145 readI64(): bigint {
146 const value = this.view.getBigInt64(this.pos, false)
147 this.pos += 8
148 return value
149 }
150
151 readBinary(): Uint8Array {
152 const length = this.readI32()

Callers 5

readNotebookFunction · 0.80
readNoteFunction · 0.80
readNoteMetadataFunction · 0.80
apiFindNotesMetadataFunction · 0.80
apiGetNoteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected