| 92 | } |
| 93 | |
| 94 | virtual CommandResult List(const char *uri) { |
| 95 | const auto sticker = sticker_database.Load(sticker_type, |
| 96 | ValidateUri(uri).c_str()); |
| 97 | sticker_print(response, sticker); |
| 98 | |
| 99 | return CommandResult::OK; |
| 100 | } |
| 101 | |
| 102 | virtual CommandResult Find(const char *uri, const char *name, StickerOperator op, const char *value, |
| 103 | const char *sort, bool descending, RangeArg window) { |
no test coverage detected