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

Method addError

lib/models/package-info-cache/error-list.js:27–29  ·  view source on GitHub ↗
(errorType, errorData)

Source from the content-addressed store, hash-verified

25 * being created. See showErrors().
26 */
27 addError(errorType, errorData) {
28 this.errors.push(new ErrorEntry(errorType, errorData));
29 }
30
31 getErrors() {
32 return this.errors;

Callers 2

_readPackageMethod · 0.95
_readNodeModulesListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected