MCPcopy Create free account
hub / github.com/apache/trafficserver / call

Method call

lib/catch2/catch.hpp:6722–6724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

operator()Method · 0.45
getModuleFunctionImplMethod · 0.45
doxygen.pyFile · 0.45

Calls 1

measureMethod · 0.80

Tested by

no test coverage detected