Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ m_getNextID
Method
m_getNextID
apps/PathTreeExport/DOTGraphOutput.cpp:171–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
std::string DOTGraphOutput::m_getNextID() {
172
std::ostringstream id;
173
id <<
"n"
<< m_count;
174
m_count++;
175
return id.str();
176
}
Callers
nothing calls this directly
Calls
1
str
Method · 0.80
Tested by
no test coverage detected