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

Function TestPushFileCompletion

pkg/cmd/push_test.go:23–27  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21)
22
23func TestPushFileCompletion(t *testing.T) {
24 checkFileCompletion(t, "push", true)
25 checkFileCompletion(t, "push package.tgz", false)
26 checkFileCompletion(t, "push package.tgz oci://localhost:5000", false)
27}

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…