MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / call

Method call

deps/Catch/catch.hpp:6721–6723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6719 model<Fun>* clone() const override { return new model<Fun>(*this); }
6720
6721 void call(Chronometer meter) const override {
6722 call(meter, is_callable<Fun(Chronometer)>());
6723 }
6724 void call(Chronometer meter, std::true_type) const {
6725 fun(meter);
6726 }

Callers 1

operator()Method · 0.80

Calls 1

measureMethod · 0.80

Tested by

no test coverage detected