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

Method writeBool

apps/sim/app/api/tools/evernote/lib/thrift.ts:44–46  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

42 }
43
44 writeBool(value: boolean): void {
45 this.buffer.push(value ? 1 : 0)
46 }
47
48 writeI16(value: number): void {
49 this.buffer.push((value >> 8) & 0xff)

Callers 1

writeBoolFieldMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected