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

Method Open

src/db/plugins/ProxyDatabasePlugin.cxx:409–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void
410ProxyDatabase::Open()
411{
412 update_stamp = std::chrono::system_clock::time_point::min();
413
414 try {
415 Connect();
416 } catch (...) {
417 /* this error is non-fatal, because this plugin will
418 attempt to reconnect again automatically */
419 LogError(std::current_exception());
420 }
421}
422
423void
424ProxyDatabase::Close() noexcept

Callers 1

ConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected