Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ killForkProcess
Method
killForkProcess
src/program/GameLoop.cpp:965–968 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
963
}
964
965
void GameLoop::killForkProcess()
966
{
967
kill(fork_pid, SIGKILL);
968
}
Callers
1
slotStop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected