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

Struct stubToolSet

pkg/tools/startable_test.go:21–21  ·  view source on GitHub ↗

stubToolSet implements ToolSet only (no Describer).

Source from the content-addressed store, hash-verified

19
20// stubToolSet implements ToolSet only (no Describer).
21type stubToolSet struct{}
22
23func (s *stubToolSet) Tools(context.Context) ([]tools.Tool, error) { return nil, nil }
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected