MCPcopy Create free account
hub / github.com/cloudbase/garm / APIEndpoint

Method APIEndpoint

config/config.go:310–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308}
309
310func (g *Github) APIEndpoint() string {
311 if g.APIBaseURL != "" {
312 return g.APIBaseURL
313 }
314 return appdefaults.GithubDefaultBaseURL
315}
316
317func (g *Github) CACertBundle() ([]byte, error) {
318 if g.CACertBundlePath == "" {

Callers 3

TestGithubAPIEndpointFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestGithubAPIEndpointFunction · 0.64