Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
func
isExcludedTool(tool tools.Tool) bool {
58
return
tool.Category ==
"todo"
59
}
60
61
func
(c *codeModeTool) Tools(ctx context.Context) ([]tools.Tool, error) {
62
var
(
Callers
1
Tools
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected