MCPcopy 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
40func (t *toolCallTracker) record(info ToolCallInfo) {
41 t.calls = append(t.calls, info)
42}
43
44func (c *codeModeTool) runJavascript(ctx context.Context, script string) (ScriptResult, error) {
45 vm := goja.New()

Callers 1

callToolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected