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

Function TestPluginFileCompletion

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

Source from the content-addressed store, hash-verified

405}
406
407func TestPluginFileCompletion(t *testing.T) {
408 checkFileCompletion(t, "plugin", false)
409}
410
411func TestPluginInstallFileCompletion(t *testing.T) {
412 checkFileCompletion(t, "plugin install", true)

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…