| 64 | } |
| 65 | |
| 66 | type trackingSelector struct { |
| 67 | calls int |
| 68 | lastAuthID []string |
| 69 | } |
| 70 | |
| 71 | func (s *trackingSelector) Pick(ctx context.Context, provider, model string, opts cliproxyexecutor.Options, auths []*Auth) (*Auth, error) { |
| 72 | s.calls++ |
nothing calls this directly
no outgoing calls
no test coverage detected