MCPcopy 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
93bool InvokeResult::isPending() const {
94 return (type == PENDING);
95}
96
97InvokeResultType InvokeResult::getType() const {
98 return type;

Callers 3

invokeMethod · 0.80
invokeRunsTestsMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

invokeRunsTestsMethod · 0.64
TESTFunction · 0.64