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

Function currentScopeDirForManifest

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

Source from the content-addressed store, hash-verified

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

Callers 1

makeLocalServerManifestFunction · 0.85

Calls 1

normalizeDaemonScopeDirFunction · 0.85

Tested by

no test coverage detected