()
| 73 | |
| 74 | |
| 75 | def 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 | |
| 82 | def resolve_ascii_alias_path() -> Path: |
no outgoing calls
no test coverage detected