MCPcopy Create free account
hub / github.com/simstudioai/sim / skipStruct

Method skipStruct

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

Source from the content-addressed store, hash-verified

214 }
215
216 private skipStruct(): void {
217 for (;;) {
218 const { type } = this.readFieldBegin()
219 if (type === TYPE_STOP) break
220 this.skip(type)
221 }
222 }
223
224 /** Read struct fields, calling the handler for each field */
225 readStruct<T>(handler: (reader: ThriftReader, fieldId: number, fieldType: number) => void): void {

Callers 1

skipMethod · 0.95

Calls 2

readFieldBeginMethod · 0.95
skipMethod · 0.95

Tested by

no test coverage detected