stubToolSet implements ToolSet only (no Describer).
| 19 | |
| 20 | // stubToolSet implements ToolSet only (no Describer). |
| 21 | type stubToolSet struct{} |
| 22 | |
| 23 | func (s *stubToolSet) Tools(context.Context) ([]tools.Tool, error) { return nil, nil } |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected