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

Function InitDatabaseAndStorage

src/Main.cxx:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static bool
226InitDatabaseAndStorage(Instance &instance, const ConfigData &config)
227{
228 const bool create_db = !glue_db_init_and_load(instance, config);
229 return create_db;
230}
231
232#endif
233

Callers 1

MainConfiguredFunction · 0.85

Calls 1

glue_db_init_and_loadFunction · 0.85

Tested by

no test coverage detected