Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ stringLength
Function
stringLength
tools/eslint-formatter-multi/src/lib/stylish.ts:77–79 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
75
{
76
align: [
''
,
'r'
,
'l'
],
77
stringLength(str: string) {
78
return
stripVTControlCharacters(str).length;
79
},
80
},
81
)
82
.split(
'\n'
)
Callers
1
textTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected