Compute the capabilities that this action will make available.
(self)
| 135 | return set() |
| 136 | |
| 137 | def provides(self) -> list[Capability]: |
| 138 | """Compute the capabilities that this action will make available.""" |
| 139 | return [] |
| 140 | |
| 141 | def run(self, c: Composition, state: State) -> None: |
| 142 | """Run this action on the provided composition.""" |
no outgoing calls
no test coverage detected