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

Function AndroidMain

src/Main.cxx:570–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570static void
571AndroidMain(JNIEnv *env)
572{
573 CommandLineOptions options;
574 ConfigData raw_config;
575
576 LoadConfigFile(env, raw_config);
577
578 MainConfigured(options, raw_config);
579}
580
581gcc_visibility_default
582JNIEXPORT void JNICALL

Callers 1

Calls 2

LoadConfigFileFunction · 0.85
MainConfiguredFunction · 0.85

Tested by

no test coverage detected