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

Method nameVersion

buildsystems/buildconfig.go:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (p PortConfig) nameVersion() string {
55 if p.DevDep || p.HostDev {
56 return fmt.Sprintf("%s@%s-dev", p.LibName, p.LibVersion)
57 } else {
58 return fmt.Sprintf("%s@%s", p.LibName, p.LibVersion)
59 }
60}
61
62type buildSystem interface {
63 eventHook

Callers 15

ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80
CloneMethod · 0.80
CleanMethod · 0.80
ApplyPatchesMethod · 0.80
UpdateSubmodulesMethod · 0.80
InstallMethod · 0.80
readMSVCEnvsMethod · 0.80
ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected