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

Method send

modules/commodetto/commodettoDither.js:31–31  ·  view source on GitHub ↗
(lines, src, offset, dst, o)

Source from the content-addressed store, hash-verified

29 close() { return native("xs_dither_close").call(this); }
30 reset() { return native("xs_dither_reset").call(this); }
31 send(lines, src, offset, dst, o) { return native("xs_dither_send").call(this, lines, src, offset, dst, o); }
32}
33
34export default Dither;

Callers 1

decompressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected