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

Function writeCustomType

test/fixtures/defaults_implicit.js:11–11  ·  view source on GitHub ↗
(obj, pbf)

Source from the content-addressed store, hash-verified

9 return {};
10}
11export function writeCustomType(obj, pbf) {}
12
13export function readEnvelope(pbf, end) {
14 const obj = {type: 0, name: "", flag: false, weight: 0, id: 0, tags: [], numbers: [], bytes: undefined, custom: undefined, types: []};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…