MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TestInvokerAsFunction

Method TestInvokerAsFunction

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9976–9977  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

9974
9975///////////////////////////////////////////////////////////////////////////
9976TestInvokerAsFunction::TestInvokerAsFunction(void (*testAsFunction)()) noexcept : m_testAsFunction(testAsFunction) {
9977}
9978
9979void TestInvokerAsFunction::invoke() const {
9980 m_testAsFunction();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected