MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / _uses_ssh

Method _uses_ssh

tools/terminal.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 self.session: Any | None = None
132
133 def _uses_ssh(self) -> bool:
134 return self.runtime.provider == "ssh"
135
136 def _connect(self) -> None:
137 if not self._uses_ssh():

Callers 2

_connectMethod · 0.95
executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected