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

Method run

test/beast/core/flat_buffer.cpp:431–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 }
430
431 void
432 run() override
433 {
434 testDynamicBuffer();
435 testSpecialMembers();
436 }
437};
438
439BEAST_DEFINE_TESTSUITE(beast,core,flat_buffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected