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

Function isFilePath

lib/models/blueprint.js:1726–1728  ·  view source on GitHub ↗

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

(fileInfo)

Source from the content-addressed store, hash-verified

1724 @return {Promise}
1725*/
1726function isFilePath(fileInfo) {
1727 return fs.statSync(fileInfo.inputPath).isFile();
1728}
1729
1730/**
1731 @private

Callers 1

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