MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack-memory-calculator / output

Function output

main.go:65–73  ·  view source on GitHub ↗
(o []fmt.Stringer)

Source from the content-addressed store, hash-verified

63}
64
65func output(o []fmt.Stringer) string {
66 s := make([]string, len(o))
67
68 for i, t := range o {
69 s[i] = t.String()
70 }
71
72 return strings.Join(s, " ")
73}
74
75func validate(vs ...flags.Validatable) bool {
76 valid := true

Callers 1

mainFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected