MCPcopy Create free account
hub / github.com/cirquit/trdrop / invoke

Method invoke

ext/catch.hpp:7141–7143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7139 FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {}
7140
7141 virtual void invoke() const {
7142 m_fun();
7143 }
7144
7145 private:
7146 virtual ~FreeFunctionTestCase();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected