Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ checkName
Method
checkName
include/DataConfig.h:85–88 ·
view source on GitHub ↗
check type or string */
Source
from the content-addressed store, hash-verified
83
84
/** check type or string */
85
bool checkName(std::string Name) const
86
{
87
return (_NameTypeMap.count(Name) > 0);
88
}
89
90
bool checkType(TypeEnum Type) const
91
{
Callers
1
constructFromString
Method · 0.80
Calls
1
count
Method · 0.80
Tested by
no test coverage detected