MCPcopy
hub / github.com/docker/docker-agent / Wrap

Function Wrap

pkg/tools/codemode/codemode.go:31–35  ·  view source on GitHub ↗
(toolsets ...tools.ToolSet)

Source from the content-addressed store, hash-verified

29`
30
31func Wrap(toolsets ...tools.ToolSet) tools.ToolSet {
32 return &codeModeTool{
33 toolsets: toolsets,
34 }
35}
36
37type codeModeTool struct {
38 toolsets []tools.ToolSet

Calls

no outgoing calls