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

Method invokeStep

tests/unit/StepCallChainTest.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 InvokeResult invokeStep(const InvokeArgs* pArgs) const override {
17 latestArgsPtr = pArgs;
18 (*markersPtr) << "S";
19 return result;
20 }
21
22 const InvokeArgs* getLatestArgsPassed() const {
23 return latestArgsPtr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected