Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ PilotShutdown
Function
PilotShutdown
Descent3/pilot.cpp:724–727 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
722
void PilotInitData(pilot *plt);
723
724
void PilotShutdown(void) {
725
Current_pilot.flush(false);
726
Current_pilot.clean(false);
727
}
728
729
void PilotInit(void) {
730
PilotInitData(&Current_pilot);
Callers
nothing calls this directly
Calls
2
clean
Method · 0.80
flush
Method · 0.45
Tested by
no test coverage detected