MCPcopy Create free account
hub / github.com/celer-pkg/celer / portsRepoUrl

Method portsRepoUrl

configs/celer.go:439–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437}
438
439func (c *Celer) portsRepoUrl() string {
440 portsRepo := os.Getenv("CELER_PORTS_REPO")
441 if portsRepo != "" {
442 return portsRepo
443 }
444
445 return defaultPortsRepoUrl
446}
447
448func (c *Celer) clonePorts() error {
449 var cloneRequired bool

Callers 1

clonePortsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected