MCPcopy Create free account
hub / github.com/imroc/req / SetCertFromFile

Function SetCertFromFile

client_wrapper.go:80–82  ·  view source on GitHub ↗

SetCertFromFile is a global wrapper methods which delegated to the default client's Client.SetCertFromFile.

(certFile, keyFile string)

Source from the content-addressed store, hash-verified

78// SetCertFromFile is a global wrapper methods which delegated
79// to the default client's Client.SetCertFromFile.
80func SetCertFromFile(certFile, keyFile string) *Client {
81 return defaultClient.SetCertFromFile(certFile, keyFile)
82}
83
84// SetCerts is a global wrapper methods which delegated
85// to the default client's Client.SetCerts.

Callers

nothing calls this directly

Calls 1

SetCertFromFileMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…