MCPcopy Create free account
hub / github.com/apache/fory / readBool

Method readBool

javascript/packages/core/lib/context.ts:1433–1435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1431 }
1432
1433 readBool() {
1434 return this.reader.readUint8() === 1;
1435 }
1436
1437 readUint8() {
1438 return this.reader.readUint8();

Callers

nothing calls this directly

Calls 1

readUint8Method · 0.45

Tested by

no test coverage detected