Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ numFailureSubGoals
Method
numFailureSubGoals
source/goals/Goal.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
unsigned int Goal::numFailureSubGoals() const
69
{
70
return mFailureSubGoals.size();
71
}
72
73
Goal* Goal::getFailureSubGoal(int index)
74
{
Callers
2
checkAllGoals
Method · 0.80
GoalLoading.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected