MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / main

Function main

examples/src/jsonpatch_examples.cpp:109–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109int main()
110{
111 std::cout << "\njsonpatch examples\n\n";
112 create_a_json_patch();
113 jsonpatch_add_add();
114 jsonpatch_add_add_add_failed2();
115 jsonpatch_add_add_add_failed1();
116 std::cout << '\n';
117}
118

Callers

nothing calls this directly

Calls 4

create_a_json_patchFunction · 0.85
jsonpatch_add_addFunction · 0.85

Tested by

no test coverage detected