MCPcopy Create free account
hub / github.com/ElemeFE/element-react / shouldLoadData

Method shouldLoadData

src/tree/model/node.js:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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') {

Callers 2

expandMethod · 0.95
setCheckedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected