| 90 | } |
| 91 | |
| 92 | std::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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected