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

Method writeSFixed64Field

index.js:500–503  ·  view source on GitHub ↗

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

(tag, val)

Source from the content-addressed store, hash-verified

498 * @param {number} val
499 */
500 writeSFixed64Field(tag, val) {
501 this.writeTag(tag, PBF_FIXED64);
502 this.writeSFixed64(val);
503 }
504 /**
505 * @param {number} tag
506 * @param {number} val

Callers 1

pbf.test.jsFile · 0.80

Calls 2

writeTagMethod · 0.95
writeSFixed64Method · 0.95

Tested by

no test coverage detected