MCPcopy Index your code
hub / github.com/docker/docker-agent / isExcludedTool

Function isExcludedTool

pkg/tools/codemode/codemode.go:57–59  ·  view source on GitHub ↗
(tool tools.Tool)

Source from the content-addressed store, hash-verified

55}
56
57func isExcludedTool(tool tools.Tool) bool {
58 return tool.Category == "todo"
59}
60
61func (c *codeModeTool) Tools(ctx context.Context) ([]tools.Tool, error) {
62 var (

Callers 1

ToolsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected