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

Method updatePortsRepo

cmds/cmd_update.go:149–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149func (u *updateCmd) updatePortsRepo() error {
150 repoDir := filepath.Join(dirs.WorkspaceDir, "ports")
151 return git.UpdateRepo("ports repo", "", repoDir, u.force)
152}
153
154func (u *updateCmd) updateProjectRepos(nameVersions []string) error {
155 if len(nameVersions) == 0 {

Callers 3

doUpdateMethod · 0.95

Calls 1

UpdateRepoFunction · 0.92

Tested by 2