MCPcopy
hub / github.com/apache/caldera / completed

Method completed

app/objects/c_objective.py:45–46  ·  view source on GitHub ↗
(self, facts=None)

Source from the content-addressed store, hash-verified

43 return 0
44
45 def completed(self, facts=None):
46 return not any(x.satisfied(facts) is False for x in self.goals)
47
48 def __init__(self, id='', name='', description='', goals=None):
49 super().__init__()

Callers 3

test_goals_satisfiedMethod · 0.95
test_goals_percentMethod · 0.95
is_finishedMethod · 0.80

Calls 1

satisfiedMethod · 0.80

Tested by 2

test_goals_satisfiedMethod · 0.76
test_goals_percentMethod · 0.76