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

Function writePackedBoolean

index.js:689–691  ·  view source on GitHub ↗

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

(arr, pbf)

Source from the content-addressed store, hash-verified

687 * @param {PbfWriter} pbf
688 */
689function writePackedBoolean(arr, pbf) {
690 for (let i = 0; i < arr.length; i++) pbf.writeBoolean(arr[i]);
691}
692/**
693 * @param {number[]} arr
694 * @param {PbfWriter} pbf

Callers

nothing calls this directly

Calls 1

writeBooleanMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…