Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ ToolSet
Struct
ToolSet
pkg/tools/builtin/plan/plan.go:189–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
type
ToolSet
struct
{
190
storage Storage
191
}
192
193
var
(
194
_ tools.ToolSet = (*ToolSet)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected