| 107 | bool isUnknownKey(int key) const FLPURE; |
| 108 | |
| 109 | virtual bool refresh() {return false;} |
| 110 | |
| 111 | static const size_t kMaxCount = 2048; // Max number of keys to store |
| 112 | static const size_t kDefaultMaxKeyLength = 16; // Max length of string to store |
nothing calls this directly
no outgoing calls
no test coverage detected