MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / trackingSelector

Struct trackingSelector

sdk/cliproxy/auth/scheduler_test.go:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected