| 285 | const char* GetBeforeDate() const { return beforeDate_; } |
| 286 | byte GetBeforeDateType() const { return beforeDateType_; } |
| 287 | const char* GetAfterDate() const { return afterDate_; } |
| 288 | byte GetAfterDateType() const { return afterDateType_; } |
| 289 | |
| 290 | void DecodeToKey(); |
no outgoing calls
no test coverage detected