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

Method writeFixed32Field

index.js:476–479  ·  view source on GitHub ↗

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

(tag, val)

Source from the content-addressed store, hash-verified

474 * @param {number} val
475 */
476 writeFixed32Field(tag, val) {
477 this.writeTag(tag, PBF_FIXED32);
478 this.writeFixed32(val);
479 }
480 /**
481 * @param {number} tag
482 * @param {number} val

Callers 1

pbf.test.jsFile · 0.80

Calls 2

writeTagMethod · 0.95
writeFixed32Method · 0.95

Tested by

no test coverage detected