()
| 19 | ) |
| 20 | |
| 21 | func discardLogger() *slog.Logger { |
| 22 | return slog.New(slog.NewTextHandler(io.Discard, nil)) |
| 23 | } |
| 24 | |
| 25 | // probeToolName is the name of the throwaway tool the harness registers; its |
| 26 | // handler runs a probe closure against a sessionPrompter so the adapter can be |
no outgoing calls
no test coverage detected