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

Function TestPluginInstallFileCompletion

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

Source from the content-addressed store, hash-verified

409}
410
411func TestPluginInstallFileCompletion(t *testing.T) {
412 checkFileCompletion(t, "plugin install", true)
413 checkFileCompletion(t, "plugin install mypath", false)
414}
415
416func TestPluginListFileCompletion(t *testing.T) {
417 checkFileCompletion(t, "plugin list", 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…