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

Method writeVarintField

index.js:508–511  ·  view source on GitHub ↗

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

(tag, val)

Source from the content-addressed store, hash-verified

506 * @param {number} val
507 */
508 writeVarintField(tag, val) {
509 this.writeTag(tag, PBF_VARINT);
510 this.writeVarint(val);
511 }
512 /**
513 * @param {number} tag
514 * @param {number} val

Callers 15

writeBooleanFieldMethod · 0.95
pbf.test.jsFile · 0.80
writeEnvelopeFunction · 0.80
writeEnvelopeFunction · 0.80
writeEnvelopeFunction · 0.80
writeEnvelopeFunction · 0.80
writeNotPackedFunction · 0.80
writeFalsePackedFunction · 0.80
writeTypeStringFunction · 0.80
writeTypeNotStringFunction · 0.80
writeEnvelopeKnEntryFunction · 0.80
writeEnvelopeFunction · 0.80

Calls 2

writeTagMethod · 0.95
writeVarintMethod · 0.95

Tested by

no test coverage detected