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

Method end

modules/io/firmata/firmataclient.js:679–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

677 this.#firmata.doPocoBegin(x, y, width, height);
678 }
679 end() {
680 this.#firmata.doPocoEnd();
681 }
682 clip(x, y, width, height) {
683 if (undefined === x)
684 this.#firmata.doPocoClip();

Callers 7

decompressFunction · 0.95
encodeMethod · 0.95
mainFunction · 0.95
mainFunction · 0.95
offscreenFunction · 0.95
onReadyFunction · 0.95
onReadyxFunction · 0.95

Calls 1

doPocoEndMethod · 0.80

Tested by

no test coverage detected