Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepflowio/deepflow
/ displayWidth
Function
displayWidth
cli/ctl/common/table/util.go:38–40 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
displayWidth(str string) int {
39
return
runewidth.StringWidth(ansi.ReplaceAllLiteralString(str,
""
))
40
}
Callers
2
parseDimension
Method · 0.85
padRight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected