()
| 3 | export default class App { |
| 4 | |
| 5 | constructor() { |
| 6 | this.apps = [] |
| 7 | this.items = {} |
| 8 | this.context = {} |
| 9 | this._cache = {} |
| 10 | } |
| 11 | |
| 12 | checkAddItems(items) { |
| 13 | items && Object.keys(items).forEach(key => { |
nothing calls this directly
no outgoing calls
no test coverage detected