MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / clone

Method clone

test/expected/catch.hpp:6657–6657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6655 model(Fun const& fun) : fun(fun) {}
6656
6657 model<Fun>* clone() const override { return new model<Fun>(*this); }
6658
6659 void call(Chronometer meter) const override {
6660 call(meter, is_callable<Fun(Chronometer)>());

Callers 2

BenchmarkFunctionMethod · 0.45
BenchmarkFunctionClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected