Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
namespace {
7
8
std::string convertId(step_id_type id) {
9
std::stringstream ss;
10
ss << id;
11
return ss.str();
12
}
13
14
step_id_type convertId(const std::string& stringid) {
15
std::stringstream ss(stringid);
Callers
2
stepMatches
Method · 0.85
invokeStep
Method · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected