()
| 59 | } |
| 60 | |
| 61 | function usesWsl() { |
| 62 | const runtime = detectRuntime(); |
| 63 | return runtime !== null && runtime.startsWith('wsl '); |
| 64 | } |
| 65 | |
| 66 | function isAvailable() { |
| 67 | return detectRuntime() !== null; |
nothing calls this directly
no test coverage detected