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

Method stepMatches

src/CukeCommands.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70MatchResult CukeCommands::stepMatches(const std::string description) const {
71 return StepManager::stepMatches(description);
72}
73
74InvokeResult CukeCommands::invoke(step_id_type id, const InvokeArgs* pArgs) {
75 const StepInfo* const stepInfo = StepManager::getStep(id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected