MCPcopy
hub / github.com/kubernetes/kubectl / line

Struct line

pkg/explain/formatter.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type line struct {
77 wrap int
78 words []string
79}
80
81func (l *line) String() string {
82 return strings.Join(l.words, " ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected