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

Method readListBegin

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

Source from the content-addressed store, hash-verified

156 }
157
158 readListBegin(): { elementType: number; size: number } {
159 const elementType = this.view.getUint8(this.pos++)
160 const size = this.readI32()
161 return { elementType, size }
162 }
163
164 /** Skip a value of the given Thrift type */
165 skip(type: number): void {

Callers 10

skipMethod · 0.95
readNoteFunction · 0.80
readNoteMetadataFunction · 0.80
listNotebooksFunction · 0.80
searchNotesFunction · 0.80
listTagsFunction · 0.80
apiListNotebooksFunction · 0.80
apiListTagsFunction · 0.80
apiFindNotesMetadataFunction · 0.80
apiGetNoteFunction · 0.80

Calls 1

readI32Method · 0.95

Tested by

no test coverage detected