MCPcopy
hub / github.com/meteor/meteor / getFiles

Function getFiles

tools/isobuild/package-source.js:428–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 sourceRoot: self.sourceRoot,
427 uses: _.map(options.use, splitConstraint),
428 getFiles() {
429 // TODO We might want to call _findSources here, if we want plugins to
430 // be able to import compiled files that were not explicitly included in
431 // the sources array passed to Package.registerBuildPlugin.
432 return {
433 sources: sources
434 }
435 }
436 });
437
438 if (options.localNodeModulesDirs) {

Callers

nothing calls this directly

Calls 4

loadOrderSortFunction · 0.85
mapMethod · 0.80
forEachMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…