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

Method preparedExecutionModels

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

Source from the content-addressed store, hash-verified

1197}
1198
1199func (m *Manager) preparedExecutionModels(auth *Auth, routeModel string) ([]string, bool) {
1200 candidates := m.executionModelCandidates(auth, routeModel)
1201 pooled := len(candidates) > 1
1202 return m.filterExecutionModels(auth, routeModel, candidates, pooled), pooled
1203}
1204
1205func (m *Manager) preparedExecutionModelsWithAlias(auth *Auth, routeModel string) ([]string, bool, OAuthModelAliasResult) {
1206 candidates, pooled, aliasResult := m.executionModelCandidatesWithAlias(auth, routeModel)

Callers 1

Calls 2

filterExecutionModelsMethod · 0.95

Tested by

no test coverage detected