Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ record
Method
record
pkg/tools/codemode/exec.go:40–42 ·
view source on GitHub ↗
(info ToolCallInfo)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(t *toolCallTracker) record(info ToolCallInfo) {
41
t.calls = append(t.calls, info)
42
}
43
44
func
(c *codeModeTool) runJavascript(ctx context.Context, script string) (ScriptResult, error) {
45
vm := goja.New()
Callers
1
callTool
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected