Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mapbox/pbf
/ writeEmbeddedTypeContainerInner
Function
writeEmbeddedTypeContainerInner
test/fixtures/embedded_type.js:38–40 ·
view source on GitHub ↗
(obj, pbf)
Source
from the content-addressed store, hash-verified
36
return
obj;
37
}
38
export
function
writeEmbeddedTypeContainerInner(obj, pbf) {
39
if
(obj.value) pbf.writeStringField(1, obj.value);
40
}
Callers
nothing calls this directly
Calls
1
writeStringField
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…