MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / executorScopeDir

Function executorScopeDir

apps/desktop/src/main/sidecar.ts:227–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

startSidecarFunction · 0.85
attachToSupervisedDaemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected