MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected