()
| 89 | const getDefaultInclude = () => defaultInclude; |
| 90 | const getDestBasePath = () => destBasePath || plopfilePath; |
| 91 | const getPlopfilePath = () => plopfilePath; |
| 92 | const setPlopfilePath = (filePath) => { |
| 93 | const pathStats = fs.statSync(filePath); |
| 94 | if (pathStats.isFile()) { |
no outgoing calls
no test coverage detected
searching dependent graphs…