MCPcopy Index your code
hub / github.com/php/frankenphp / GetUnCommonHeader

Function GetUnCommonHeader

internal/phpheaders/phpheaders.go:130–137  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

128)
129
130func GetUnCommonHeader(ctx context.Context, key string) string {
131 phpHeaderKey, err := headerKeyCache.Get(ctx, key, loader)
132 if err != nil {
133 panic(err)
134 }
135
136 return phpHeaderKey
137}

Callers 2

addHeadersToServerFunction · 0.92

Calls 1

GetMethod · 0.80

Tested by 1