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

Function authID

internal/pluginhost/adapters.go:2153–2158  ·  view source on GitHub ↗
(auth *coreauth.Auth)

Source from the content-addressed store, hash-verified

2151}
2152
2153func authID(auth *coreauth.Auth) string {
2154 if auth == nil {
2155 return ""
2156 }
2157 return auth.ID
2158}
2159
2160func authProvider(auth *coreauth.Auth) string {
2161 if auth == nil {

Callers 4

RefreshMethod · 0.85
HttpRequestMethod · 0.85
buildExecutorRequestFunction · 0.85
RefreshAuthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected