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

Function applyScope

apps/cli/src/main.ts:1573–1576  ·  view source on GitHub ↗
(s: Option.Option<string>)

Source from the content-addressed store, hash-verified

1571});
1572
1573const applyScope = (s: Option.Option<string>) => {
1574 const dir = Option.getOrUndefined(s);
1575 if (dir) process.env.EXECUTOR_SCOPE_DIR = resolve(dir);
1576};
1577
1578const parseOptionalJsonObject = (
1579 raw: string | undefined,

Callers 3

initFunction · 0.85
__root.tsxFile · 0.85
main.tsFile · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected