Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ readBool
Method
readBool
apps/sim/app/api/tools/evernote/lib/thrift.ts:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
readBool(): boolean {
136
return
this.view.getUint8(this.pos++) !== 0
137
}
138
139
readI32(): number {
140
const
value = this.view.getInt32(this.pos, false)
Callers
2
readNotebook
Function · 0.80
readNote
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected