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

Function JSONCONS_CATCH

test/ubjson/src/ubjson_encoder_tests.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 std::cout << result << '\n';
109 }
110 JSONCONS_CATCH (const std::exception& e)
111 {
112 std::cout << e.what() << '\n';
113 }
114}
115
116TEST_CASE("Too many and too few items in UBJSON object or array")

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected