Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ getType
Method
getType
src/StepManager.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
InvokeResultType InvokeResult::getType() const {
98
return type;
99
}
100
101
const std::string& InvokeResult::getDescription() const {
102
return description;
Callers
1
invokeStep
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected