Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ invokeStep
Method
invokeStep
include/cucumber-cpp/internal/step/StepManager.hpp:241–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
240
template<class T>
241
InvokeResult StepInvoker<T>::invokeStep(const InvokeArgs* pArgs) const {
242
T t;
243
return t.invoke(pArgs);
244
}
245
246
}
247
}
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.45
Tested by
no test coverage detected