Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/superplanehq/superplane
/ RunBash
Struct
RunBash
pkg/components/runner/run_bash.go:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
RunBash
struct
{}
24
25
func
(c *RunBash) Name() string {
return
RunBashComponentName }
26
func
(c *RunBash) Label() string {
return
"Run Bash"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected