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

Struct fakeToolSet

pkg/tools/named_test.go:14–14  ·  view source on GitHub ↗

fakeToolSet is a minimal ToolSet used to assert wrapper behaviour.

Source from the content-addressed store, hash-verified

12
13// fakeToolSet is a minimal ToolSet used to assert wrapper behaviour.
14type fakeToolSet struct{}
15
16func (fakeToolSet) Tools(context.Context) ([]tools.Tool, error) { return nil, nil }
17func (fakeToolSet) Instructions() string { return "" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected