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

Function authAttributes

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

Source from the content-addressed store, hash-verified

2082}
2083
2084func authAttributes(auth *coreauth.Auth) map[string]string {
2085 if auth == nil {
2086 return nil
2087 }
2088 return cloneStringMap(auth.Attributes)
2089}
2090
2091func mergeExecutorMetadata(reqMetadata, optsMetadata map[string]any) map[string]any {
2092 if len(reqMetadata) == 0 && len(optsMetadata) == 0 {

Callers 4

RefreshMethod · 0.70
HttpRequestMethod · 0.70
buildExecutorRequestFunction · 0.70
RefreshAuthMethod · 0.70

Calls 1

cloneStringMapFunction · 0.85

Tested by

no test coverage detected