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

Function decoder_check_plugin_suffix

src/decoder/Thread.cxx:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202[[gnu::pure]]
203static bool
204decoder_check_plugin_suffix(const DecoderPlugin &plugin,
205 std::string_view suffix) noexcept
206{
207 return !suffix.empty() && plugin.SupportsSuffix(suffix);
208}
209
210static DecodeResult
211decoder_run_stream_plugin(DecoderBridge &bridge, InputStream &is,

Callers 1

Calls 2

emptyMethod · 0.80
SupportsSuffixMethod · 0.45

Tested by

no test coverage detected