Check if enhancement is available (API key configured).
(self)
| 947 | return None |
| 948 | |
| 949 | def is_available(self) -> bool: |
| 950 | """Check if enhancement is available (API key configured).""" |
| 951 | return bool(self.config.enhancement_api_key) |
nothing calls this directly
no outgoing calls
no test coverage detected