Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ entityKey
Function
entityKey
tests/unit-tests/dds/DCPS/DomainParticipantImpl.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
};
27
28
long entityKey(const GUID_t& id) {
29
return (((id.entityId.entityKey[0] << 8) | id.entityId.entityKey[1]) << 8) | id.entityId.entityKey[2];
30
}
31
};
32
33
TEST(dds_DCPS_DomainParticipantImpl, maintest)
Callers
2
entityId
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected