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

Method set_uint64

dds/DCPS/ConfigStoreImpl.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void
336ConfigStoreImpl::set_uint64(const char* key,
337 DDS::UInt64 value)
338{
339 set(key, to_dds_string(value));
340}
341
342DDS::UInt64
343ConfigStoreImpl::get_uint64(const char* key,

Callers 6

set_defaultsMethod · 0.80
max_ips_per_clientMethod · 0.80
TESTFunction · 0.80

Calls 2

setFunction · 0.85
to_dds_stringFunction · 0.70

Tested by

no test coverage detected