| 272 | } |
| 273 | |
| 274 | type cliToolIntegrationRegistry struct { |
| 275 | mu sync.Mutex |
| 276 | views []toolspkg.ToolView |
| 277 | } |
| 278 | |
| 279 | var _ core.ToolRegistry = (*cliToolIntegrationRegistry)(nil) |
| 280 | var _ core.ToolsetRegistry = (*cliToolIntegrationRegistry)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected