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

Method GetCode

src/db/plugins/ProxyDatabasePlugin.cxx:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 :std::runtime_error(_msg), code(_code) {}
46
47 [[nodiscard]] enum mpd_error GetCode() const {
48 return code;
49 }
50};
51
52class ProxySong : WithTagBuffer, public LightSong {

Callers 4

MaybeLoadPlaylistFileFunction · 0.80
ToAckFunction · 0.80
IsFileNotFoundFunction · 0.80
OnDelayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected