Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authgear/authgear-server
/ CSPHashSource
Struct
CSPHashSource
pkg/util/httputil/csp.go:214–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
type
CSPHashSource
struct
{
215
Hash string
216
}
217
218
var
_ CSPSource = CSPHashSource{}
219
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected