MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / List

Method List

src/command/StickerCommands.cxx:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 1

handle_stickerFunction · 0.80

Calls 2

sticker_printFunction · 0.85
LoadMethod · 0.45

Tested by

no test coverage detected