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

Method NameVersion

configs/port.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (p Port) NameVersion() string {
80 return p.Name + "@" + p.Version
81}
82
83// visitedKey is the key used in visitedPorts to dedupe per-command processing.
84func (p Port) visitedKey() string {

Callers 15

InstallMethod · 0.95
CloneMethod · 0.95
doInstallFromPkgCacheMethod · 0.95
InstallFromPackageMethod · 0.95
InstallFromSourceMethod · 0.95
doInstallFromDevCacheMethod · 0.95
cloneAllReposMethod · 0.95
installDependenciesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected