MCPcopy Index your code
hub / github.com/FairwindsOps/pluto / ExampleInstance_PrintVersionList_badformat

Function ExampleInstance_PrintVersionList_badformat

pkg/api/versions_test.go:566–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

564}
565
566func ExampleInstance_PrintVersionList_badformat() {
567 instance := Instance{
568 DeprecatedVersions: []Version{testVersionDeployment},
569 }
570 _ = instance.PrintVersionList("foo")
571
572 // Output:
573 // The output format must be one of (normal|wide|json|yaml)
574}
575
576func Test_isDuplicate(t *testing.T) {
577

Callers

nothing calls this directly

Calls 1

PrintVersionListMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…