Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_satisfied
Method · 0.95
test_goals_percent
Method · 0.95
is_finished
Method · 0.80
Calls
1
satisfied
Method · 0.80
Tested by
2
test_goals_satisfied
Method · 0.76
test_goals_percent
Method · 0.76