MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / is_available

Method is_available

autofigure/enhancer.py:949–951  ·  view source on GitHub ↗

Check if enhancement is available (API key configured).

(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected