MCPcopy Create free account
hub / github.com/mapbox/pbf / readBoolean

Method readBoolean

index.js:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 readBoolean() {
112 return Boolean(this.readVarint());
113 }
114
115 readString() {
116 const end = this.readVarint() + this.pos;

Callers 8

readPackedBooleanMethod · 0.95
pbf.test.jsFile · 0.80
readEnvelopeFunction · 0.80
readEnvelopeFunction · 0.80
readTypeStringFunction · 0.80
readTypeNotStringFunction · 0.80
readEnvelopeFunction · 0.80
readTileValueFunction · 0.80

Calls 1

readVarintMethod · 0.95

Tested by

no test coverage detected