MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestInvokerAsFunction

Method TestInvokerAsFunction

unittests/catch.hpp:10064–10064  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

10062
10063 ///////////////////////////////////////////////////////////////////////////
10064 TestInvokerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( testAsFunction ) {}
10065
10066 void TestInvokerAsFunction::invoke() const {
10067 m_testAsFunction();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected