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

Function user_code

deps/Catch/catch.hpp:6584–6587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6582
6583 template <typename Fun>
6584 Detail::CompleteType_t<FunctionReturnType<Fun>> user_code(Fun&& fun) {
6585 CATCH_TRY{
6586 return Detail::complete_invoke(std::forward<Fun>(fun));
6587 } CATCH_CATCH_ALL{
6588 getResultCapture().benchmarkFailed(translateActiveException());
6589 CATCH_RUNTIME_ERROR(Detail::benchmarkErrorMsg);
6590 }

Callers 1

runMethod · 0.85

Calls 1

complete_invokeFunction · 0.85

Tested by

no test coverage detected