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

Method run

test/beast/core/multi_buffer.cpp:820–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818 }
819
820 void
821 run() override
822 {
823 testShrinkToFit();
824 testDynamicBuffer();
825 testMembers();
826 testMatrix1();
827 testMatrix2();
828 }
829};
830
831BEAST_DEFINE_TESTSUITE(beast,core,multi_buffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected