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

Method writeBoolField

apps/sim/app/api/tools/evernote/lib/thrift.ts:74–77  ·  view source on GitHub ↗
(id: number, value: boolean)

Source from the content-addressed store, hash-verified

72 }
73
74 writeBoolField(id: number, value: boolean): void {
75 this.writeFieldBegin(TYPE_BOOL, id)
76 this.writeBool(value)
77 }
78
79 writeI32Field(id: number, value: number): void {
80 this.writeFieldBegin(TYPE_I32, id)

Callers 4

getNoteFunction · 0.95
searchNotesFunction · 0.95
apiFindNotesMetadataFunction · 0.95
apiGetNoteFunction · 0.95

Calls 2

writeFieldBeginMethod · 0.95
writeBoolMethod · 0.95

Tested by

no test coverage detected