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

Method prepareExecutionModels

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

Source from the content-addressed store, hash-verified

1317}
1318
1319func (m *Manager) prepareExecutionModels(auth *Auth, routeModel string) []string {
1320 models, _ := m.preparedExecutionModels(auth, routeModel)
1321 return models
1322}
1323
1324func rewriteForceMappedResponse(resp *cliproxyexecutor.Response, aliasResult OAuthModelAliasResult) {
1325 if resp == nil || !aliasResult.ForceMapping || strings.TrimSpace(aliasResult.OriginalAlias) == "" {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected