MCPcopy 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

addElementMethod · 0.95
countElementMethod · 0.95
countElementsMethod · 0.95
getTimeFirstMethod · 0.95
getTimeLastMethod · 0.95
getTimeAboveOrEqualMethod · 0.95
getTimeAboveMethod · 0.95
getTimeBelowMethod · 0.95
getTimeBelowOrEqualMethod · 0.95
getTimeCloseToMethod · 0.95
countTimesMethod · 0.95
getElementsMethod · 0.95

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected