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

Class UpdateJsonTest

tests/exp_update_test.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25TEST(UpdateLazy, Basic) {
26 struct UpdateJsonTest {
27 std::string target;
28 std::string source;
29 std::string updated;
30 };
31 std::vector<UpdateJsonTest> tests = {
32 {
33 .target = "null",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected