(provider: ProviderName)
| 227 | * `host.docker.internal`) without a tunnel. |
| 228 | */ |
| 229 | export function usesToolBridge(provider: ProviderName): boolean { |
| 230 | return PROVIDERS[provider].toolBridge |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Whether host tools can be bridged for this provider on this run. Same-machine |
no outgoing calls
no test coverage detected