Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XmirrorSecurity/OpenSCA-cli
/ SetHttpSaasClient
Function
SetHttpSaasClient
opensca/common/httpclient.go:39–43 ·
view source on GitHub ↗
(do func(c *http.Client))
Source
from the content-addressed store, hash-verified
37
}
38
39
func
SetHttpSaasClient(do
func
(c *http.Client)) {
40
if
do != nil {
41
do(HttpSaasClient)
42
}
43
}
Callers
1
initHttpClient
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected