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

Method readI32

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

Source from the content-addressed store, hash-verified

137 }
138
139 readI32(): number {
140 const value = this.view.getInt32(this.pos, false)
141 this.pos += 4
142 return value
143 }
144
145 readI64(): bigint {
146 const value = this.view.getBigInt64(this.pos, false)

Callers 14

readMessageBeginMethod · 0.95
readStringMethod · 0.95
readBinaryMethod · 0.95
readListBeginMethod · 0.95
skipMethod · 0.95
readExceptionMethod · 0.80
checkEvernoteExceptionFunction · 0.80
readNoteFunction · 0.80
readTagFunction · 0.80
readNoteMetadataFunction · 0.80
deleteNoteFunction · 0.80
searchNotesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected