| 35 | } |
| 36 | |
| 37 | void AirportJsonSerializer::OnOptionalPropertyBegin(const field_id_t, const char *tag, bool) |
| 38 | { |
| 39 | current_tag = yyjson_mut_strcpy(doc, tag); |
| 40 | } |
| 41 | |
| 42 | void AirportJsonSerializer::OnOptionalPropertyEnd(bool) |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected