Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ isSuccess
Method
isSuccess
src/StepManager.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
bool InvokeResult::isSuccess() const {
90
return (type == SUCCESS);
91
}
92
93
bool InvokeResult::isPending() const {
94
return (type == PENDING);
Callers
3
invokeRunsTests
Method · 0.80
execStepAndCheckSuccess
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
3
invokeRunsTests
Method · 0.64
execStepAndCheckSuccess
Method · 0.64
TEST_F
Function · 0.64