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

Function decoder_list_print

src/decoder/DecoderPrint.cxx:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void
38decoder_list_print(Response &r)
39{
40 for (const auto &plugin : GetEnabledDecoderPlugins())
41 decoder_plugin_print(r, plugin);
42}

Callers 1

handle_decodersFunction · 0.85

Calls 1

decoder_plugin_printFunction · 0.85

Tested by

no test coverage detected