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

Method continue

modules/commodetto/commodettoRender.js:42–46  ·  view source on GitHub ↗
(...coodinates)

Source from the content-addressed store, hash-verified

40 end() {
41 }
42 continue(...coodinates) {
43 this.pixelsOut.continue();
44 this.end();
45 this.begin(...coodinates);
46 }
47}

Callers

nothing calls this directly

Calls 3

endMethod · 0.95
beginMethod · 0.95
continueMethod · 0.65

Tested by

no test coverage detected