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

Method read

modules/commodetto/commodettoReadPNG.js:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47export default class PNG extends Native("xs_PNG_destructor") {
48 constructor(buffer) { super(); native("xs_PNG_constructor").call(this, buffer); }
49 read() { return native("xs_PNG_read").call(this); }
50
51 get width() { return native("xs_PNG_get_width").call(this); }
52 get height() { return native("xs_PNG_get_height").call(this); }

Callers 3

readPNGMethod · 0.95
decompressMethod · 0.95
renderFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected