MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / getRowMaxLen

Function getRowMaxLen

testutil/ui.go:45–51  ·  view source on GitHub ↗
(row []string, maxLen map[int]int)

Source from the content-addressed store, hash-verified

43}
44
45func getRowMaxLen(row []string, maxLen map[int]int) {
46 for i, col := range row {
47 if len(col) > maxLen[i] {
48 maxLen[i] = len(col)
49 }
50 }
51}

Callers 1

getMaxLenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected