MCPcopy Create free account
hub / github.com/buildpacks/pack / DisplayString

Method DisplayString

builder/config_reader.go:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (c *ModuleConfig) DisplayString() string {
42 if c.FullName() != "" {
43 return c.FullName()
44 }
45
46 return c.ImageOrURI.DisplayString()
47}
48
49// StackConfig details the configuration of a Stack
50type StackConfig struct {

Callers 1

addConfigMethod · 0.80

Calls 1

FullNameMethod · 0.65

Tested by

no test coverage detected