MCPcopy
hub / github.com/ember-cli/ember-cli / getFiles

Function getFiles

tests/unit/broccoli/ember-app/app-and-dependencies-test.js:107–112  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

105 }
106
107 function getFiles(path) {
108 return walkSync(path, {
109 ignore: ['vendor/ember-cli/**/*'],
110 directories: false,
111 });
112 }
113
114 it('moduleNormalizerDisabled', async function () {
115 input.write({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…