Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ SetSaving
Method
SetSaving
src/game/server/teams.cpp:1411–1414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1409
}
1410
1411
void CGameTeams::SetSaving(int TeamId, std::shared_ptr<CScoreSaveResult> &SaveResult)
1412
{
1413
m_apSaveTeamResult[TeamId] = SaveResult;
1414
}
1415
1416
bool CGameTeams::GetSaving(int TeamId) const
1417
{
Callers
2
SaveTeam
Method · 0.80
LoadTeam
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected