Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decompress
Function · 0.95
encode
Method · 0.95
main
Function · 0.95
main
Function · 0.95
offscreen
Function · 0.95
onReady
Function · 0.95
onReadyx
Function · 0.95
Calls
1
doPocoEnd
Method · 0.80
Tested by
no test coverage detected