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

Method writeFieldBegin

apps/sim/app/api/tools/evernote/lib/thrift.ts:27–30  ·  view source on GitHub ↗
(type: number, id: number)

Source from the content-addressed store, hash-verified

25 }
26
27 writeFieldBegin(type: number, id: number): void {
28 this.buffer.push(type)
29 this.writeI16(id)
30 }
31
32 writeFieldStop(): void {
33 this.buffer.push(TYPE_STOP)

Callers 10

writeStringFieldMethod · 0.95
writeBoolFieldMethod · 0.95
writeI32FieldMethod · 0.95
writeStringListFieldMethod · 0.95
createNoteFunction · 0.95
updateNoteFunction · 0.95
searchNotesFunction · 0.95
createNotebookFunction · 0.95
createTagFunction · 0.95
apiFindNotesMetadataFunction · 0.95

Calls 2

writeI16Method · 0.95
pushMethod · 0.45

Tested by

no test coverage detected