MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / add_section

Method add_section

dds/DCPS/ConfigStoreImpl.cpp:1134–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132}
1133
1134void ConfigStoreImpl::add_section(const String& prefix, const String& name)
1135{
1136 set(prefix + (prefix.empty() ? "" : "_") + name, '@' + name);
1137}
1138
1139ConfigStoreImpl::StringList
1140ConfigStoreImpl::get_section_names(const String& prefix) const

Callers 2

ConfigMethod · 0.80
initMethod · 0.80

Calls 2

setFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected