MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / OnDemandParseTest

Class OnDemandParseTest

tests/document_test.cpp:402–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected