MCPcopy
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

storeMethod · 0.95
verifyMethod · 0.95
_persist_adversaryMethod · 0.80

Calls

no outgoing calls

Tested by 1