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

Method writeSFixed32Field

index.js:484–487  ·  view source on GitHub ↗

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

(tag, val)

Source from the content-addressed store, hash-verified

482 * @param {number} val
483 */
484 writeSFixed32Field(tag, val) {
485 this.writeTag(tag, PBF_FIXED32);
486 this.writeSFixed32(val);
487 }
488 /**
489 * @param {number} tag
490 * @param {number} val

Callers 1

pbf.test.jsFile · 0.80

Calls 2

writeTagMethod · 0.95
writeSFixed32Method · 0.95

Tested by

no test coverage detected