MCPcopy
hub / github.com/openai/plugins / env_assignment

Function env_assignment

plugins/ngs-analysis/scripts/ngs_reference_manager.py:188–192  ·  view source on GitHub ↗
(bundle: dict[str, Any], root: str | None)

Source from the content-addressed store, hash-verified

186
187
188def env_assignment(bundle: dict[str, Any], root: str | None) -> dict[str, Any] | None:
189 root_env = bundle.get("root_env")
190 if not root_env:
191 return None
192 return {"name": str(root_env), "value": root}
193
194
195def check_expected_files(

Callers 2

plan_pipeline_resourcesFunction · 0.85
inventory_resourcesFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected