Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void
38
decoder_list_print(Response &r)
39
{
40
for (const auto &plugin : GetEnabledDecoderPlugins())
41
decoder_plugin_print(r, plugin);
42
}
Callers
1
handle_decoders
Function · 0.85
Calls
1
decoder_plugin_print
Function · 0.85
Tested by
no test coverage detected