MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / execStep

Method execStep

src/HookRegistrar.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void StepCallChain::execStep() {
156 if (stepInfo) {
157 result = stepInfo->invokeStep(pStepArgs);
158 }
159}
160
161CallableStepChain::CallableStepChain(StepCallChain* scc) :
162 scc(scc) {

Callers

nothing calls this directly

Calls 1

invokeStepMethod · 0.45

Tested by

no test coverage detected