()
| 225 | * "native pipe startup" under a synthetic home. |
| 226 | */ |
| 227 | const executorScopeDir = (): string => |
| 228 | process.env.EXECUTOR_DESKTOP_SCOPE_DIR ?? join(homedir(), ".executor"); |
| 229 | |
| 230 | export async function startSidecar(options: StartOptions = {}): Promise<SidecarConnection> { |
| 231 | const hostname = options.hostname ?? "127.0.0.1"; |
no outgoing calls
no test coverage detected