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

Method set

dds/DCPS/ConfigStoreImpl.cpp:531–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void
532ConfigStoreImpl::set(const char* key,
533 const String& value)
534{
535 set_string(key, value.c_str());
536}
537
538String
539ConfigStoreImpl::get(const char* key,

Callers 4

parse_no_portFunction · 0.45
parse_portFunction · 0.45
parse_optional_portFunction · 0.45
process_sectionFunction · 0.45

Calls 9

setFunction · 0.85
expected_kindFunction · 0.85
get_port_numberMethod · 0.80
to_dds_stringFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
valueMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected