Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ spaces
Function
spaces
tasks/find_locale_strings.js:91–95 ·
view source on GitHub ↗
(len)
Source
from the content-addressed store, hash-verified
89
}
90
91
function
spaces(len) {
92
var
out =
''
;
93
for
(
var
i = 0; i < len; i++) out +=
' '
;
94
return
out;
95
}
96
97
process.on(
'exit'
,
function
() {
98
if
(EXIT_CODE) {
Callers
1
findLocaleStrings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…