MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / _getFileInfos

Function _getFileInfos

lib/models/blueprint.js:836–840  ·  view source on GitHub ↗

@private @method _getFileInfos @param {Array} files @param {String} intoDir @param {Object} templateVariables @param {Object} options @return {Array} file infos

(files, intoDir, templateVariables, options)

Source from the content-addressed store, hash-verified

834 @return {Array} file infos
835 */
836 _getFileInfos(files, intoDir, templateVariables, options) {
837 return files
838 .map((file) => this.buildFileInfo.call(this, intoDir, templateVariables, file, options))
839 .filter(Boolean);
840 },
841
842 /**
843 Add update files to ignored files or reset them

Callers

nothing calls this directly

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…