Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ launch_in_progress
Function
launch_in_progress
src/trap.c:3235–3241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3233
}
3234
3235
boolean
3236
launch_in_progress(void)
3237
{
3238
if (gl.launchplace.obj)
3239
return TRUE;
3240
return FALSE;
3241
}
3242
3243
void
3244
force_launch_placement(void)
Callers
1
really_done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected