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

Method writeFloatField

index.js:532–535  ·  view source on GitHub ↗

* @param {number} tag * @param {number} val

(tag, val)

Source from the content-addressed store, hash-verified

530 * @param {number} val
531 */
532 writeFloatField(tag, val) {
533 this.writeTag(tag, PBF_FIXED32);
534 this.writeFloat(val);
535 }
536 /**
537 * @param {number} tag
538 * @param {number} val

Callers 8

pbf.test.jsFile · 0.80
writeEnvelopeFunction · 0.80
writeEnvelopeFunction · 0.80
writeEnvelopeFunction · 0.80
writeTypeStringFunction · 0.80
writeTypeNotStringFunction · 0.80
writeEnvelopeFunction · 0.80
writeTileValueFunction · 0.80

Calls 2

writeTagMethod · 0.95
writeFloatMethod · 0.95

Tested by

no test coverage detected