Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
94
func
wordSize(str string) int {
95
cleanStr := vtclean.Clean(str, false)
96
return
runewidth.StringWidth(cleanStr)
97
}
Callers
2
DisplayNonWrappingTable
Method · 0.85
DisplayChangesForPush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected