Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ stringify
Function
stringify
tests/unit-tests/tools/dds/rtpsrelaylib/Name.cpp:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
std::string stringify(const Atom& atom)
98
{
99
std::stringstream ss;
100
ss << atom;
101
return ss.str();
102
}
103
104
TEST(tools_dds_rtpsrelaylib_Name, Atom_stringify)
105
{
Callers
1
TEST
Function · 0.70
Calls
1
str
Method · 0.45
Tested by
no test coverage detected