| 227 | } |
| 228 | |
| 229 | void skip_set(ReadContext &ctx, const FieldType &field_type) { |
| 230 | // Set has same format as list |
| 231 | skip_list(ctx, field_type); |
| 232 | } |
| 233 | |
| 234 | void skip_map(ReadContext &ctx, const FieldType &field_type) { |
| 235 | // Read map length |
no test coverage detected