Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
void
289
ConfigStoreImpl::set_int64(const char* key,
290
DDS::Int64 value)
291
{
292
set(key, to_dds_string(value));
293
}
294
295
DDS::Int64
296
ConfigStoreImpl::get_int64(const char* key,
Callers
1
TEST
Function · 0.80
Calls
2
set
Function · 0.85
to_dds_string
Function · 0.70
Tested by
no test coverage detected