Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ checkElement
Method
checkElement
include/DataGeneric.h:88–91 ·
view source on GitHub ↗
check if element exists */
Source
from the content-addressed store, hash-verified
86
87
/** check if element exists */
88
bool checkElement(const ElementEnum Element) const
89
{
90
return (_Data.count(Element) > 0);
91
}
92
93
/** generate pretty output strings */
94
std::string getValueString() const
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected