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

Function StepMatchesDecoder

src/connectors/wire/WireProtocol.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102std::shared_ptr<WireCommand> StepMatchesDecoder(const json& jsonArgs) {
103 const std::string& nameToMatch = jsonArgs.at("name_to_match");
104 return std::make_shared<StepMatchesCommand>(nameToMatch);
105}
106
107void fillTableArg(const json& jsonTableArg, CukeEngine::invoke_table_type& tableArg) {
108 const std::size_t rows = jsonTableArg.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected