Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readPackedBoolean
Method · 0.95
pbf.test.js
File · 0.80
readEnvelope
Function · 0.80
readEnvelope
Function · 0.80
readTypeString
Function · 0.80
readTypeNotString
Function · 0.80
readEnvelope
Function · 0.80
readTileValue
Function · 0.80
Calls
1
readVarint
Method · 0.95
Tested by
no test coverage detected