| 400 | }; |
| 401 | |
| 402 | struct OnDemandParseTest { |
| 403 | std::string json_file; |
| 404 | JsonPointer path; |
| 405 | NodeWrapper wnode; |
| 406 | }; |
| 407 | |
| 408 | auto jsons = get_all_jsons("./testdata/"); |
| 409 | std::vector<OnDemandParseTest> tests = { |
nothing calls this directly
no outgoing calls
no test coverage detected