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

Function GetInfoString

src/decoder/plugins/SidplayDecoderPlugin.cxx:423–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423[[gnu::pure]]
424static AllocatedString
425GetInfoString(const SidTuneInfo &info, unsigned i) noexcept
426{
427 const char *s = info.numberOfInfoStrings() > i
428 ? info.infoString(i)
429 : "";
430
431 return Windows1252ToUTF8(s);
432}
433
434[[gnu::pure]]
435static AllocatedString

Callers 2

GetDateStringFunction · 0.85
ScanSidTuneInfoFunction · 0.85

Calls 1

Windows1252ToUTF8Function · 0.85

Tested by

no test coverage detected