Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mapbox/pbf
/ writeBooleanField
Method
writeBooleanField
index.js:548–550 ·
view source on GitHub ↗
* @param {number} tag * @param {boolean} val
(tag, val)
Source
from the content-addressed store, hash-verified
546
* @param {boolean} val
547
*/
548
writeBooleanField(tag, val) {
549
this.writeVarintField(tag, +val);
550
}
551
}
552
553
/**
Callers
7
pbf.test.js
File · 0.80
writeEnvelope
Function · 0.80
writeEnvelope
Function · 0.80
writeTypeString
Function · 0.80
writeTypeNotString
Function · 0.80
writeEnvelope
Function · 0.80
writeTileValue
Function · 0.80
Calls
1
writeVarintField
Method · 0.95
Tested by
no test coverage detected