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

Function normalizeProviderID

internal/pluginhost/auth_provider.go:86–88  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

84}
85
86func normalizeProviderID(provider string) string {
87 return strings.ToLower(strings.TrimSpace(provider))
88}
89
90func authIDForPath(path, authDir string) string {
91 path = strings.TrimSpace(path)

Callers 10

ModelsForAuthMethod · 0.85
pluginOAuthModelAliasesFunction · 0.85
cloneStringSliceMapFunction · 0.85
authProviderRecordMethod · 0.85
callParseAuthsMethod · 0.85
callStartLoginMethod · 0.85
callPollLoginMethod · 0.85
mergedStorageJSONFunction · 0.85
pluginAuthDataToCoreAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected