Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/plugins
/ shell_join
Function
shell_join
plugins/ngs-analysis/scripts/ngs_planner_utils.py:46–47 ·
view source on GitHub ↗
(cmd: list[str | Path])
Source
from the content-addressed store, hash-verified
44
45
46
def
shell_join(cmd: list[str | Path]) -> str:
47
return
shlex.join([str(item)
for
item in cmd])
48
49
50
def
write_command_script(
Callers
8
build_command
Function · 0.90
mutect2_plan
Function · 0.90
build_plan
Function · 0.90
build_plan
Function · 0.90
build_host_depletion_step
Function · 0.90
build_plan
Function · 0.90
build_plan
Function · 0.90
command_plan_entry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected