MCPcopy
hub / github.com/ember-cli/ember-cli / writeSync

Method writeSync

tests/helpers/fixturify-project.js:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61module.exports = class EmberCLIFixturifyProject extends FixturifyProject {
62 writeSync() {
63 super.writeSync(...arguments);
64 this._hasWritten = true;
65 }
66
67 addFiles(filesObj) {
68 merge(this.files, filesObj);

Calls

no outgoing calls

Tested by

no test coverage detected