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

Function isUpdate

lib/models/blueprint.js:821–825  ·  view source on GitHub ↗

@method isUpdate @return {Boolean}

()

Source from the content-addressed store, hash-verified

819 @return {Boolean}
820 */
821 isUpdate() {
822 if (this.project && this.project.isEmberCLIProject) {
823 return this.project.isEmberCLIProject();
824 }
825 },
826
827 /**
828 @private

Callers

nothing calls this directly

Calls 1

isEmberCLIProjectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…