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

Function convertId

src/CukeEngineImpl.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace {
7
8std::string convertId(step_id_type id) {
9 std::stringstream ss;
10 ss << id;
11 return ss.str();
12}
13
14step_id_type convertId(const std::string& stringid) {
15 std::stringstream ss(stringid);

Callers 2

stepMatchesMethod · 0.85
invokeStepMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected