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

Method writePackedBoolean

index.js:418–420  ·  view source on GitHub ↗

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

(tag, arr)

Source from the content-addressed store, hash-verified

416 * @param {boolean[]} arr
417 */
418 writePackedBoolean(tag, arr) {
419 if (arr.length) this.writeMessage(tag, writePackedBoolean, arr);
420 }
421 /**
422 * @param {number} tag
423 * @param {number[]} arr

Callers 1

pbf.test.jsFile · 0.80

Calls 1

writeMessageMethod · 0.95

Tested by

no test coverage detected