MCPcopy 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
240template<class T>
241InvokeResult 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

invokeMethod · 0.45

Tested by

no test coverage detected