MCPcopy 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
273function combineGlobs(arr) {
274 return '{' + arr.join(',') + '}';
275}
276
277function log(name, logs) {
278 if(logs.length) {

Callers 4

assertJasmineSuitesFunction · 0.85
assertSrcContentsFunction · 0.85
assertFileNamesFunction · 0.85
assertTrailingNewLineFunction · 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…