Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ hideParentChild
Method
hideParentChild
tools/monitor/NodeOptions.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
class NodeOptionsData {
34
public:
35
bool hideParentChild() { return parentChild_; };
36
bool hidePubSub() { return pubSub_; };
37
bool abbrGUIDs() { return abbrGUIDs_; };
38
bool ignoreBuiltinTopics() { return ignoreBuiltinTopics_; };
Callers
1
generate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected