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

Method success

src/StepManager.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73InvokeResult InvokeResult::success() {
74 return InvokeResult(SUCCESS, 0);
75}
76
77InvokeResult InvokeResult::failure(const char* description) {
78 return InvokeResult(FAILURE, description);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected