MCPcopy Index your code
hub / github.com/cloudfoundry/cli / wordSize

Function wordSize

util/ui/table.go:94–97  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

92}
93
94func wordSize(str string) int {
95 cleanStr := vtclean.Clean(str, false)
96 return runewidth.StringWidth(cleanStr)
97}

Callers 2

DisplayChangesForPushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected