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

Method run

test/doc_quick_look.cpp:321–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319{
320public:
321 void
322 run()
323 {
324 (void)&set1;
325 (void)&set2;
326 (void)&set3;
327 (void)&set4;
328 BOOST_TEST_PASS();
329 }
330};
331
332TEST_SUITE(doc_quick_look_test, "boost.json.doc_quick_look");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected