Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
static const auto NOT_UNIQUE_FILENAME =
"not_unique"
;
63
64
void appLoop() {
65
appInstance->mainLoop();
66
}
67
68
App* App::instance() {
69
return appInstance;
Callers
nothing calls this directly
Calls
1
mainLoop
Method · 0.45
Tested by
no test coverage detected