Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
readNotebook
Function · 0.80
readNote
Function · 0.80
readNoteMetadata
Function · 0.80
apiFindNotesMetadata
Function · 0.80
apiGetNote
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected