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