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

Method Dec

src/command/StickerCommands.cxx:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 virtual CommandResult Dec(const char *uri, const char *name, const char *value) {
72 sticker_database.DecValue(sticker_type,
73 ValidateUri(uri).c_str(),
74 name,
75 value);
76
77 return CommandResult::OK;
78 }
79
80 virtual CommandResult Delete(const char *uri, const char *name) {
81 std::string validated_uri = ValidateUri(uri);

Callers 1

handle_stickerFunction · 0.80

Calls 1

DecValueMethod · 0.80

Tested by

no test coverage detected