MCPcopy Index your code
hub / github.com/helm/helm / TestPluginListFileCompletion

Function TestPluginListFileCompletion

pkg/cmd/plugin_test.go:416–418  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

414}
415
416func TestPluginListFileCompletion(t *testing.T) {
417 checkFileCompletion(t, "plugin list", false)
418}
419
420func TestPluginUninstallFileCompletion(t *testing.T) {
421 checkFileCompletion(t, "plugin uninstall", false)

Callers

nothing calls this directly

Calls 1

checkFileCompletionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…