MCPcopy
hub / github.com/e-oj/Magic-Grid / ready

Method ready

src/index.js:206–209  ·  view source on GitHub ↗

* Checks if every item has been loaded * in the dom. * * @return {Boolean} true if every item is present

()

Source from the content-addressed store, hash-verified

204 * @return {Boolean} true if every item is present
205 */
206 ready () {
207 if (this.static) return true;
208 return this.items().length >= this.size;
209 }
210
211 /**
212 * Periodically checks that all items

Callers 3

initStylesMethod · 0.95
getReadyMethod · 0.95
listenMethod · 0.95

Calls 1

itemsMethod · 0.95

Tested by

no test coverage detected