(self)
| 37 | @property |
| 38 | @abstractmethod |
| 39 | def input_schema(self) -> dict[str, Any]: ... |
| 40 | |
| 41 | def check_permissions(self, params: dict[str, Any]) -> str | None: |
| 42 | """Return None if allowed, or a denial reason string.""" |
nothing calls this directly
no outgoing calls
no test coverage detected