Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
class ProxySong : WithTagBuffer, public LightSong {
Callers
4
MaybeLoadPlaylistFile
Function · 0.80
ToAck
Function · 0.80
IsFileNotFound
Function · 0.80
OnDelay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected