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

Method writeSFixed32

index.js:270–274  ·  view source on GitHub ↗

@param {number} val

(val)

Source from the content-addressed store, hash-verified

268
269 /** @param {number} val */
270 writeSFixed32(val) {
271 this.realloc(4);
272 this.dataView.setInt32(this.pos, val, true);
273 this.pos += 4;
274 }
275
276 /** @param {number} val */
277 writeFixed64(val) {

Callers 3

writeSFixed32FieldMethod · 0.95
writePackedSFixed32Function · 0.80
pbf.test.jsFile · 0.80

Calls 1

reallocMethod · 0.95

Tested by

no test coverage detected