()
| 243 | } |
| 244 | |
| 245 | shouldLoadData() { |
| 246 | return this.store.lazy === true && this.store.load && !this.loaded; |
| 247 | } |
| 248 | |
| 249 | updateLeafState() { |
| 250 | if (this.store.lazy === true && this.loaded !== true && typeof this.isLeafByUser !== 'undefined') { |
no outgoing calls
no test coverage detected