| 310 | } |
| 311 | ~FastKey() { fastKeyCount++; } |
| 312 | int size() const { return length; } |
| 313 | uint8_t* begin() { return data; } |
| 314 | uint8_t* end() { return data + length; } |
| 315 | const uint8_t* begin() const { return data; } |
no outgoing calls
no test coverage detected