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

Method writePackedFloat

index.js:425–427  ·  view source on GitHub ↗

* @param {number} tag * @param {number[]} arr

(tag, arr)

Source from the content-addressed store, hash-verified

423 * @param {number[]} arr
424 */
425 writePackedFloat(tag, arr) {
426 if (arr.length) this.writeMessage(tag, writePackedFloat, arr);
427 }
428 /**
429 * @param {number} tag
430 * @param {number[]} arr

Callers

nothing calls this directly

Calls 1

writeMessageMethod · 0.95

Tested by

no test coverage detected