Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ loop
Function
loop
deps/SDL2/test/testaudiohotplug.c:126–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
125
#ifdef __EMSCRIPTEN__
126
void
127
loop()
128
{
129
if(done)
130
emscripten_cancel_main_loop();
131
else
132
iteration();
133
}
134
#endif
135
136
int
Callers
nothing calls this directly
Calls
1
iteration
Function · 0.85
Tested by
no test coverage detected