Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
static bool
226
InitDatabaseAndStorage(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
MainConfigured
Function · 0.85
Calls
1
glue_db_init_and_load
Function · 0.85
Tested by
no test coverage detected