MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / rawScriptURL

Function rawScriptURL

internal/plugins/communityscripts/scripts.go:671–673  ·  view source on GitHub ↗
(script Script)

Source from the content-addressed store, hash-verified

669}
670
671func rawScriptURL(script Script) string {
672 return RawScriptURL(script)
673}
674
675// BuildInstallScriptCommand builds the shell command that runs a remote script.
676func BuildInstallScriptCommand(scriptURL string) string {

Callers 1

InstallScriptInLXCFunction · 0.70

Calls 1

RawScriptURLFunction · 0.85

Tested by

no test coverage detected