(mode: RuntimeMode | undefined)
| 44 | * the parent workspace's checkout instead. See {@link SHARED_TASK_WORKSPACE_RUNTIME_MODES}. |
| 45 | */ |
| 46 | export function runtimeModeSupportsSharedTaskWorkspace(mode: RuntimeMode | undefined): boolean { |
| 47 | return mode != null && SHARED_TASK_WORKSPACE_RUNTIME_MODES.includes(mode); |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Runtime IDs that can be enabled/disabled in Settings → Runtimes. |
no outgoing calls
no test coverage detected