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