Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ canonical_path
Method
canonical_path
dds/idl/topic_keys.cpp:347–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
std::string TopicKeys::Iterator::canonical_path()
348
{
349
std::stringstream ss;
350
path_i(ss, true);
351
return ss.str();
352
}
353
354
void TopicKeys::Iterator::path_i(std::stringstream& ss, bool canonical)
355
{
Callers
1
gen_isDcpsKey
Function · 0.80
Calls
1
str
Method · 0.45
Tested by
no test coverage detected