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

Method constructor

modules/drivers/it8951/it8951.js:359–361  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

357 #buffer = new Uint8Array(1024);
358
359 constructor(options) {
360 this.#epd.setTargetMemoryAddress(this.#epd._tar_memaddr);
361 }
362 close() {
363 this.#epd?.close();
364 this.#epd = undefined;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected