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

Method end

modules/commodetto/commodettoBufferOut.js:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {
41 // empty implementation overrides PixelOut.continue which throws
42 }

Callers 1

decompressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected