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

Function currentScopeDirForManifest

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

Source from the content-addressed store, hash-verified

240};
241
242const currentScopeDirForManifest = (): string | null =>
243 process.env.EXECUTOR_SCOPE_DIR ? normalizeDaemonScopeDir(process.env.EXECUTOR_SCOPE_DIR) : null;
244
245const script = process.argv[1];
246const isDevMode = isDevCliEntrypoint(script);

Callers 1

makeLocalServerManifestFunction · 0.85

Calls 1

normalizeDaemonScopeDirFunction · 0.85

Tested by

no test coverage detected