Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ GetUpdateStamp
Method
GetUpdateStamp
src/db/plugins/ProxyDatabasePlugin.cxx:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
unsigned Update(const char *uri_utf8, bool discard) override;
125
126
std::chrono::system_clock::time_point GetUpdateStamp() const noexcept override {
127
return update_stamp;
128
}
129
130
private:
131
void Connect();
Callers
1
db_stats_print
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected