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

Method set_int64

dds/DCPS/ConfigStoreImpl.cpp:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void
289ConfigStoreImpl::set_int64(const char* key,
290 DDS::Int64 value)
291{
292 set(key, to_dds_string(value));
293}
294
295DDS::Int64
296ConfigStoreImpl::get_int64(const char* key,

Callers 1

TESTFunction · 0.80

Calls 2

setFunction · 0.85
to_dds_stringFunction · 0.70

Tested by

no test coverage detected