MCPcopy Create free account
hub / github.com/Query-farm/airport / OnOptionalPropertyBegin

Method OnOptionalPropertyBegin

src/airport_json_serializer.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected