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

Method writeFixed64Field

index.js:492–495  ·  view source on GitHub ↗

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

(tag, val)

Source from the content-addressed store, hash-verified

490 * @param {number} val
491 */
492 writeFixed64Field(tag, val) {
493 this.writeTag(tag, PBF_FIXED64);
494 this.writeFixed64(val);
495 }
496 /**
497 * @param {number} tag
498 * @param {number} val

Callers 1

pbf.test.jsFile · 0.80

Calls 2

writeTagMethod · 0.95
writeFixed64Method · 0.95

Tested by

no test coverage detected