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

Function compute_dependencies

dds/DCPS/XTypes/TypeObject.cpp:1205–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void compute_dependencies(const TypeMap& type_map,
1206 const TypeIdentifier& type_identifier,
1207 TypeIdentifierSet& dependencies)
1208{
1209 compute_dependencies_j(type_map, type_identifier, dependencies);
1210}
1211
1212bool write_empty_xcdr2_nonfinal(DCPS::Serializer& strm)
1213{

Callers 3

TESTFunction · 0.85

Calls 1

compute_dependencies_jFunction · 0.85

Tested by

no test coverage detected