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

Method run

test/doc_background.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193{
194public:
195 void
196 run()
197 {
198 using namespace doc_background;
199 (void)&set1;
200 BOOST_TEST_PASS();
201 }
202};
203
204TEST_SUITE(doc_background_test, "boost.json.doc_background");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected