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

Method send

modules/commodetto/commodettoBufferOut.js:37–37  ·  view source on GitHub ↗
(pixels, offsetIn, count)

Source from the content-addressed store, hash-verified

35 }
36 begin(x, y, width, height) { return native("xs_BufferOut_begin").call(this, x, y, width, height); }
37 send(pixels, offsetIn, count) { return native("xs_BufferOut_send").call(this, pixels, offsetIn, count); }
38 end() {
39 }
40 continue() {

Callers 1

decompressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected