MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / init

Function init

Source/Basic/Application.cpp:1476–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474 FreeConsole();
1475 }
1476 inline void init() {
1477 AllocConsole();
1478 freopen("CONIN$", "r", stdin);
1479 freopen("CONOUT$", "w", stdout);
1480 freopen("CONOUT$", "w", stderr);
1481 }
1482 SINGLETON_REF(Console);
1483 SINGLETON_REF(AsyncLogThread, Console);
1484};

Callers 15

initMethod · 0.70
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected