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

Method selectionModelKeyForAuth

sdk/cliproxy/auth/conductor.go:1149–1151  ·  view source on GitHub ↗
(auth *Auth, routeModel string)

Source from the content-addressed store, hash-verified

1147}
1148
1149func (m *Manager) selectionModelKeyForAuth(auth *Auth, routeModel string) string {
1150 return canonicalModelKey(m.selectionModelForAuth(auth, routeModel))
1151}
1152
1153func (m *Manager) stateModelForExecution(auth *Auth, routeModel, upstreamModel string, pooled bool) string {
1154 if auth != nil && auth.Attributes != nil {

Callers 2

Calls 2

selectionModelForAuthMethod · 0.95
canonicalModelKeyFunction · 0.85

Tested by

no test coverage detected