MCPcopy Create free account
hub / github.com/SpartanJ/eepp / appLoop

Function appLoop

src/tools/ecode/ecode.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62static const auto NOT_UNIQUE_FILENAME = "not_unique";
63
64void appLoop() {
65 appInstance->mainLoop();
66}
67
68App* App::instance() {
69 return appInstance;

Callers

nothing calls this directly

Calls 1

mainLoopMethod · 0.45

Tested by

no test coverage detected