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

Struct reportingToolSet

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

Source from the content-addressed store, hash-verified

228}
229
230type reportingToolSet struct {
231 started bool
232 startCalls int
233 restartCalls int
234}
235
236func (r *reportingToolSet) Tools(context.Context) ([]tools.Tool, error) {
237 return []tools.Tool{{Name: "reporting_tool"}}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected