MCPcopy Index your code
hub / github.com/rilldata/rill / Uninstall

Function Uninstall

cli/pkg/installscript/installscript.go:16–18  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

14}
15
16func Uninstall(ctx context.Context) error {
17 return execScript(ctx, "", "--uninstall")
18}
19
20func execScript(ctx context.Context, version string, args ...string) error {
21 script, err := createScriptFile(ctx, version)

Callers 1

UninstallCmdFunction · 0.92

Calls 1

execScriptFunction · 0.85

Tested by

no test coverage detected