Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ run
Function
run
Common/Base/Main.h:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
template<class AppClass>
37
void run(void* arg)
38
{
39
reinterpret_cast<AppClass*>(arg)->run();
40
}
41
#endif
42
43
template<class AppClass>
Callers
nothing calls this directly
Calls
1
run
Method · 0.80
Tested by
no test coverage detected