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