MCPcopy 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}
38export function writeEmbeddedTypeContainerInner(obj, pbf) {
39 if (obj.value) pbf.writeStringField(1, obj.value);
40}

Callers

nothing calls this directly

Calls 1

writeStringFieldMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…