MCPcopy 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
38func displayWidth(str string) int {
39 return runewidth.StringWidth(ansi.ReplaceAllLiteralString(str, ""))
40}

Callers 2

parseDimensionMethod · 0.85
padRightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected