Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructEmpty
Method · 0.80
Calls
1
count
Method · 0.80
Tested by
no test coverage detected