MCPcopy Create free account
hub / github.com/boostorg/json / run

Method run

test/parser.cpp:371–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 }
370
371 void
372 run()
373 {
374 testCtors();
375 testMembers<system::error_code>();
376 testMembers<std::error_code>();
377 }
378};
379
380TEST_SUITE(parser_test, "boost.json.parser");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected