Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ combineGlobs
Function
combineGlobs
tasks/test_syntax.js:273–275 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
271
}
272
273
function
combineGlobs(arr) {
274
return
'{'
+ arr.join(
','
) +
'}'
;
275
}
276
277
function
log(name, logs) {
278
if
(logs.length) {
Callers
4
assertJasmineSuites
Function · 0.85
assertSrcContents
Function · 0.85
assertFileNames
Function · 0.85
assertTrailingNewLine
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…