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

Method snippetText

src/CukeEngineImpl.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::string CukeEngineImpl::snippetText(
93 const std::string& keyword, const std::string& name, const std::string& /*multilineArgClass*/
94) const {
95 return cukeCommands.snippetText(keyword, name);
96}
97
98}
99}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected