| 257 | } |
| 258 | |
| 259 | type reportingStartOnlyToolSet struct { |
| 260 | started bool |
| 261 | startCalls int |
| 262 | } |
| 263 | |
| 264 | func (r *reportingStartOnlyToolSet) Tools(context.Context) ([]tools.Tool, error) { |
| 265 | return []tools.Tool{{Name: "start_only_tool"}}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected