MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / call

Method call

extlibs/catch/include/catch/catch.hpp:6501–6503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6499 model<Fun>* clone() const override { return new model<Fun>(*this); }
6500
6501 void call(Chronometer meter) const override {
6502 call(meter, is_callable<Fun(Chronometer)>());
6503 }
6504 void call(Chronometer meter, std::true_type) const {
6505 fun(meter);
6506 }

Callers 1

operator()Method · 0.45

Calls 2

callFunction · 0.85
measureMethod · 0.80

Tested by

no test coverage detected