Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ PilotInitData
Function
PilotInitData
Descent3/pilot.cpp:734–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
732
}
733
734
void PilotInitData(pilot *plt) {
735
if (!plt) {
736
Int3();
737
} else {
738
plt->clean(true);
739
}
740
}
741
742
// VerifyPilotData
743
//
Callers
2
PilotInit
Function · 0.85
PilotCreate
Function · 0.85
Calls
1
clean
Method · 0.80
Tested by
no test coverage detected