()
| 8 | } |
| 9 | |
| 10 | function tempBlueprint() { |
| 11 | return fs.outputFile('blueprints/foo/files/__root__/foos/__name__.js', '/* whoah, empty foo! */'); |
| 12 | } |
| 13 | |
| 14 | module.exports = { |
| 15 | inRepoAddon, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…