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

Function _writeFile

lib/models/blueprint.js:330–334  ·  view source on GitHub ↗

@private @method _writeFile @param {Object} info @return {Promise}

(info)

Source from the content-addressed store, hash-verified

328 @return {Promise}
329 */
330 async _writeFile(info) {
331 if (!this.dryRun) {
332 return fs.outputFile(info.outputPath, await info.render());
333 }
334 },
335
336 /**
337 Actions lookup

Callers

nothing calls this directly

Calls 1

renderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…