MCPcopy Index your code
hub / github.com/cyclops-ui/cyclops / httpBasicAuthCredentials

Function httpBasicAuthCredentials

cyclops-ctrl/pkg/template/git.go:587–596  ·  view source on GitHub ↗
(creds *auth.Credentials)

Source from the content-addressed store, hash-verified

585}
586
587func httpBasicAuthCredentials(creds *auth.Credentials) *http.BasicAuth {
588 if creds == nil {
589 return nil
590 }
591
592 return &http.BasicAuth{
593 Username: creds.Username,
594 Password: creds.Password,
595 }
596}

Callers 4

listRemoteRefsMethod · 0.70
resolveRefFunction · 0.70
resolveDefaultBranchRefFunction · 0.70
cloneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…