MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / has_auth_override

Method has_auth_override

sdks/python/tests/test_contract.py:135–136  ·  view source on GitHub ↗
(self, step: dict[str, Any])

Source from the content-addressed store, hash-verified

133 return step.get("auth_override") or self.scenario.get("auth_override")
134
135 def has_auth_override(self, step: dict[str, Any]) -> bool:
136 return self.auth_override(step) is not None
137
138 def execute_setup(self) -> bool:
139 """Returns True if scenario should be skipped (needs store access)."""

Callers 1

_exec_requestMethod · 0.95

Calls 1

auth_overrideMethod · 0.95

Tested by

no test coverage detected