MCPcopy Create free account
hub / github.com/plotly/plotly.js / glob

Function glob

test/jasmine/karma.conf.js:107–109  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

105 return list;
106};
107var glob = function (_) {
108 return _.length === 1 ? _[0] + SUFFIX : '{' + _.join(',') + '}' + SUFFIX;
109};
110
111var isBundleTest = !!argv.bundleTest;
112var isFullSuite = !isBundleTest && argv._.length === 0;

Callers 10

karma.conf.jsFile · 0.85
test_bundle.jsFile · 0.85
assertJasmineSuitesFunction · 0.85
assertSrcContentsFunction · 0.85
assertFileNamesFunction · 0.85
assertTrailingNewLineFunction · 0.85
listLocalFilesFunction · 0.85
findLocaleStringsFunction · 0.85
locales.jsFile · 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…