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

Struct stubDescriber

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

stubDescriber implements ToolSet and Describer.

Source from the content-addressed store, hash-verified

13
14// stubDescriber implements ToolSet and Describer.
15type stubDescriber struct{ desc string }
16
17func (s *stubDescriber) Tools(context.Context) ([]tools.Tool, error) { return nil, nil }
18func (s *stubDescriber) Describe() string { return s.desc }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected