MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / checkType

Method checkType

include/DataConfig.h:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 bool checkType(TypeEnum Type) const
91 {
92 return (_TypeNameMap.count(Type) > 0);
93 }
94
95 /** query config */
96 const ConfigType &getConfig(std::string ID) const

Callers 1

constructEmptyMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected