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

Function JSONCONS_CATCH

test/csv/src/csv_subfield_tests.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 //std::cout << pretty_print(j) << '\n';
65 }
66 JSONCONS_CATCH (const std::exception& e)
67 {
68 std::cerr << e.what() << '\n';
69 }
70}
71
72TEST_CASE("test_n_rows")

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected