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

Function ExampleInstance_DisplayOutput_noOutput

pkg/api/output_test.go:347–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345}
346
347func ExampleInstance_DisplayOutput_noOutput() {
348 instance := &Instance{
349 TargetVersions: map[string]string{
350 "foo": "v1.16.0",
351 },
352 Outputs: []*Output{
353 testOutputNoOutput,
354 },
355 OutputFormat: "normal",
356 Components: []string{"foo"},
357 }
358 _ = instance.DisplayOutput()
359
360 // Output: No output to display
361}
362
363func ExampleInstance_DisplayOutput_zeroLength() {
364 instance := &Instance{

Callers

nothing calls this directly

Calls 1

DisplayOutputMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…