Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ String
Method
String
pkg/tools/builtin/shell/shell.go:137–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
func
(o *commandOutput) String() string {
138
o.mu.Lock()
139
defer
o.mu.Unlock()
140
return
o.buf.String()
141
}
142
143
type
RunShellArgs
struct
{
144
Cmd string `json:
"cmd"
jsonschema:
"Shell command"
`
Callers
10
RunShell
Method · 0.45
runNativeCommand
Method · 0.45
ListBackgroundJobs
Method · 0.45
ViewBackgroundJob
Method · 0.45
Instructions
Method · 0.45
execute
Method · 0.45
RenderTranscript
Function · 0.45
renderMessage
Function · 0.45
BuildSkillSystemMessage
Function · 0.45
Instructions
Method · 0.45
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected