MCPcopy
hub / github.com/caddyserver/caddy / String

Method String

cmd/packagesfuncs.go:349–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347}
348
349func (p pluginPackage) String() string {
350 if p.Version == "" {
351 return p.Path
352 }
353 return p.Path + "@" + p.Version
354}

Callers 3

upgradeBuildFunction · 0.45
downloadBuildFunction · 0.45
writeCaddyBinaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected