MCPcopy 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
97InvokeResultType InvokeResult::getType() const {
98 return type;
99}
100
101const std::string& InvokeResult::getDescription() const {
102 return description;

Callers 1

invokeStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected