Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ invokeStep
Method
invokeStep
tests/utils/StepManagerTestDouble.hpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
InvokeResult invokeStep(const InvokeArgs*) const override {
30
return InvokeResult::pending(description);
31
}
32
};
33
34
/*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected