Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ember-cli/ember-cli
/ getErrors
Method
getErrors
lib/models/package-info-cache/error-list.js:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
getErrors() {
32
return
this.errors;
33
}
34
35
hasErrors() {
36
return
this.errors.length > 0;
Callers
2
_showObjErrors
Method · 0.80
package-info-cache-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected