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

Function applyScope

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

Source from the content-addressed store, hash-verified

1561});
1562
1563const applyScope = (s: Option.Option<string>) => {
1564 const dir = Option.getOrUndefined(s);
1565 if (dir) process.env.EXECUTOR_SCOPE_DIR = resolve(dir);
1566};
1567
1568const parseOptionalJsonObject = (
1569 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