| 150 | } |
| 151 | |
| 152 | bool checkElement(const KeyType &ID, const double Timestamp, const int Number = 0) const |
| 153 | { |
| 154 | return (countElement(ID, Timestamp) > Number); |
| 155 | } |
| 156 | |
| 157 | bool checkID(const KeyType &ID) const |
| 158 | { |
no outgoing calls
no test coverage detected