Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clearUncompleteGoals
Method
clearUncompleteGoals
source/game/Seat.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void Seat::clearUncompleteGoals()
108
{
109
mUncompleteGoals.clear();
110
}
111
112
void Seat::clearCompletedGoals()
113
{
Callers
1
clearGoalsForAllSeats
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected