MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / pickSync

Function pickSync

tests/acceptance/init-test.js:114–120  ·  view source on GitHub ↗
(filePath, pattern)

Source from the content-addressed store, hash-verified

112 }
113
114 function pickSync(filePath, pattern) {
115 return globSync(`**/${pattern}`, {
116 cwd: filePath,
117 dot: true,
118 mark: true,
119 }).sort();
120 }
121
122 function removeTmp(array) {
123 remove(array, function (entry) {

Callers 1

confirmGlobBlueprintedFunction · 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…