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

Method writeDoubleField

index.js:540–543  ·  view source on GitHub ↗

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

(tag, val)

Source from the content-addressed store, hash-verified

538 * @param {number} val
539 */
540 writeDoubleField(tag, val) {
541 this.writeTag(tag, PBF_FIXED64);
542 this.writeDouble(val);
543 }
544 /**
545 * @param {number} tag
546 * @param {boolean} val

Callers 2

pbf.test.jsFile · 0.80
writeTileValueFunction · 0.80

Calls 2

writeTagMethod · 0.95
writeDoubleMethod · 0.95

Tested by

no test coverage detected