Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/open-code-review
/ shellCommand
Function
shellCommand
cmd/opencodereview/shell_unix.go:13–15 ·
view source on GitHub ↗
(ctx context.Context, script string)
Source
from the content-addressed store, hash-verified
11
)
12
13
func
shellCommand(ctx context.Context, script string) *exec.Cmd {
14
return
exec.CommandContext(ctx,
"sh"
,
"-c"
, script)
15
}
Callers
1
initMCPClients
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected