Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
130
func
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
addHeadersToServer
Function · 0.92
TestAllCommonHeadersAreCorrect
Function · 0.85
Calls
1
Get
Method · 0.80
Tested by
1
TestAllCommonHeadersAreCorrect
Function · 0.68