MCPcopy Create free account
hub / github.com/6174/comflowyspace / updateShellEnvPath

Function updateShellEnvPath

apps/node/src/modules/utils/env.ts:19–21  ·  view source on GitHub ↗
(env: string)

Source from the content-addressed store, hash-verified

17});
18
19export function updateShellEnvPath(env: string) {
20 SHELL_ENV_PATH = env;
21}
22
23export function getSystemPath({ CONDA_SCRIPTS_PATH, CONDA_ENV_PATH }: {
24 CONDA_SCRIPTS_PATH: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected