Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
349
func
(p pluginPackage) String() string {
350
if
p.Version ==
""
{
351
return
p.Path
352
}
353
return
p.Path +
"@"
+ p.Version
354
}
Callers
3
upgradeBuild
Function · 0.45
downloadBuild
Function · 0.45
writeCaddyBinary
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected