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

Function writePackedFloat

index.js:675–677  ·  view source on GitHub ↗

* @param {number[]} arr * @param {PbfWriter} pbf

(arr, pbf)

Source from the content-addressed store, hash-verified

673 * @param {PbfWriter} pbf
674 */
675function writePackedFloat(arr, pbf) {
676 for (let i = 0; i < arr.length; i++) pbf.writeFloat(arr[i]);
677}
678/**
679 * @param {number[]} arr
680 * @param {PbfWriter} pbf

Callers

nothing calls this directly

Calls 1

writeFloatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…