(obj, pbf)
| 9 | return {}; |
| 10 | } |
| 11 | export function writeCustomType(obj, pbf) {} |
| 12 | |
| 13 | export function readEnvelope(pbf, end) { |
| 14 | const obj = {type: 0, name: "", flag: false, weight: 0, id: 0, tags: [], numbers: [], bytes: undefined, custom: undefined, types: []}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…