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

Method InvokeCommand

src/connectors/wire/WireProtocolCommands.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37InvokeCommand::InvokeCommand(
38 const std::string& stepId,
39 const CukeEngine::invoke_args_type& args,
40 const CukeEngine::invoke_table_type& tableArg
41) :
42 stepId(stepId),
43 args(args),
44 tableArg(tableArg) {
45}
46
47std::shared_ptr<WireResponse> InvokeCommand::run(CukeEngine& engine) const {
48 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected