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

Function JSONCONS_CATCH

test/corelib/src/json_checker_tests.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 json::parse(is);
38 }
39 JSONCONS_CATCH (const ser_error& e)
40 {
41 err = e.code();
42 }
43 CHECK(err == jsoncons::json_errc::unexpected_eof);
44}
45

Callers

nothing calls this directly

Calls 2

codeMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected