Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ checkID
Method
checkID
include/DataSet.h:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
bool checkID(const KeyType &ID) const
158
{
159
return (_DataStreams.find(ID) != _DataStreams.end());
160
}
161
162
/** check if any element is stored */
163
bool empty()
Callers
15
addElement
Method · 0.95
countElement
Method · 0.95
countElements
Method · 0.95
getTimeFirst
Method · 0.95
getTimeLast
Method · 0.95
getTimeAboveOrEqual
Method · 0.95
getTimeAbove
Method · 0.95
getTimeBelow
Method · 0.95
getTimeBelowOrEqual
Method · 0.95
getTimeCloseTo
Method · 0.95
countTimes
Method · 0.95
getElements
Method · 0.95
Calls
2
find
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected