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

Function currentScopeDirForManifest

apps/cli/src/main.ts:256–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254};
255
256const currentScopeDirForManifest = (): string | null =>
257 process.env.EXECUTOR_SCOPE_DIR ? normalizeDaemonScopeDir(process.env.EXECUTOR_SCOPE_DIR) : null;
258
259const script = process.argv[1];
260const isDevMode = isDevCliEntrypoint(script);

Callers 1

makeLocalServerManifestFunction · 0.85

Calls 1

normalizeDaemonScopeDirFunction · 0.85

Tested by

no test coverage detected