MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / failure

Method failure

src/StepManager.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77InvokeResult InvokeResult::failure(const char* description) {
78 return InvokeResult(FAILURE, description);
79}
80
81InvokeResult InvokeResult::failure(const std::string& description) {
82 return InvokeResult(FAILURE, description.c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected