MCPcopy Create free account
hub / github.com/StarsTom/mobileCodexHelper / resolve_tailscale_path

Function resolve_tailscale_path

mobile_codex_control.py:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74
75def resolve_tailscale_path() -> Path:
76 configured = os.environ.get("MOBILE_CODEX_TAILSCALE")
77 if configured:
78 return Path(configured)
79 return Path(r"C:\Program Files\Tailscale\tailscale.exe")
80
81
82def resolve_ascii_alias_path() -> Path:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected