MCPcopy Index your code
hub / github.com/openai/plugins / _effective_env

Function _effective_env

plugins/ngs-analysis/scripts/ngs_run_utils.py:63–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62
63def _effective_env() -> dict[str, str]:
64 env = os.environ.copy()
65 for key, value in LOCAL_ENV.items():
66 if key == "NGS_TOOL_PATH_PREPEND":
67 continue
68 env.setdefault(key, value)
69 env["PATH"] = _effective_path()
70 return env
71
72
73_apply_local_env()

Callers 2

run_cmdFunction · 0.85
run_cmd_stdout_to_fileFunction · 0.85

Calls 1

_effective_pathFunction · 0.85

Tested by

no test coverage detected