(self, config: ControlLayerConfig)
| 624 | """ |
| 625 | |
| 626 | def __init__(self, config: ControlLayerConfig): |
| 627 | self.config = config |
| 628 | |
| 629 | def get_mutation_hint(self, failure_mode: FailureMode) -> str: |
| 630 | return MUTATION_HINTS.get( |
nothing calls this directly
no outgoing calls
no test coverage detected