Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ SG_TestSave
Function
SG_TestSave
code/server/sv_savegame.cpp:1336–1343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1334
}
1335
1336
void SG_TestSave(void)
1337
{
1338
if (sv_testsave->integer && sv.state == SS_GAME)
1339
{
1340
WriteGame(qfalse);
1341
ge->WriteLevel(qfalse);
1342
}
1343
}
Callers
1
SV_Frame
Function · 0.85
Calls
1
WriteGame
Function · 0.85
Tested by
no test coverage detected