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

Method pending

src/StepManager.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85InvokeResult InvokeResult::pending(const char* description) {
86 return InvokeResult(PENDING, description);
87}
88
89bool InvokeResult::isSuccess() const {
90 return (type == SUCCESS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected