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

Struct FillFirstSelector

sdk/cliproxy/auth/selector.go:35–35  ·  view source on GitHub ↗

FillFirstSelector selects the first available credential (deterministic ordering). This "burns" one account before moving to the next, which can help stagger rolling-window subscription caps (e.g. chat message limits).

Source from the content-addressed store, hash-verified

33// This "burns" one account before moving to the next, which can help stagger
34// rolling-window subscription caps (e.g. chat message limits).
35type FillFirstSelector struct{}
36
37type blockReason int
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected