(ctx, field)
| 112 | } |
| 113 | |
| 114 | function getSubMessage(ctx, field) { |
| 115 | const type = getType(ctx, field); |
| 116 | return type && type._proto.fields ? type : null; |
| 117 | } |
| 118 | |
| 119 | // Map of scalar protobuf type → suffix used in read/write/readPacked method names, |
| 120 | // plus per-type flags. `packable` matches the protobuf spec list of packable types. |
no test coverage detected
searching dependent graphs…