MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / update

Method update

modules/drivers/neostrand/neostrand.js:487–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486
487 update() {
488 for (let i=0; i<this.length; i++)
489 this.setPixel(i, this.pixels[i]);
490 super.update();
491 }
492
493 setScheme(scheme) {
494 this.scheme = scheme;

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected