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

Function get_keys

dds/DCPS/XTypes/Utils.cpp:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462DDS::ReturnCode_t get_keys(DDS::DynamicType_ptr type, MemberPathVec& paths)
463{
464 return get_values(type, paths, Filter_Keys);
465}
466
467DDS::ReturnCode_t key_count(DDS::DynamicType_ptr type, size_t& count)
468{

Callers 4

key_countFunction · 0.85
is_keyFunction · 0.85
checkMethod · 0.85
TEST_FFunction · 0.85

Calls 1

get_valuesFunction · 0.85

Tested by

no test coverage detected