Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ check_repeatable_abilities
Method
check_repeatable_abilities
app/objects/c_adversary.py:110–111 ·
view source on GitHub ↗
(self, ability_list)
Source
from the content-addressed store, hash-verified
108
return
self.plugin
109
110
def
check_repeatable_abilities(self, ability_list):
111
return
any(ab.repeatable
for
ab_id in self.atomic_ordering
for
ab in ability_list
if
ab.ability_id == ab_id)
Callers
4
store
Method · 0.95
verify
Method · 0.95
test_check_repeatable_abilities
Method · 0.95
_persist_adversary
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_check_repeatable_abilities
Method · 0.76