Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mapbox/pbf
/ readFloat
Method
readFloat
index.js:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
readFloat() {
78
const
val = this.dataView.getFloat32(this.pos, true);
79
this.pos += 4;
80
return
val;
81
}
82
83
readDouble() {
84
const
val = this.dataView.getFloat64(this.pos, true);
Callers
9
readPackedFloat
Method · 0.95
pbf.test.js
File · 0.80
readEnvelope
Function · 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
no outgoing calls
Tested by
no test coverage detected