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

Function isValidFile

lib/models/blueprint.js:1712–1718  ·  view source on GitHub ↗

@private @method isValidFile @param {Object} fileInfo @return {Promise}

(fileInfo)

Source from the content-addressed store, hash-verified

1710 @return {Promise}
1711*/
1712function isValidFile(fileInfo) {
1713 if (isIgnored(fileInfo)) {
1714 return false;
1715 } else {
1716 return isFilePath(fileInfo);
1717 }
1718}
1719
1720/**
1721 @private

Callers

nothing calls this directly

Calls 2

isIgnoredFunction · 0.85
isFilePathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…