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

Method on

modules/drivers/led/led.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 super.write(this.#on ? value : 1 - value);
20 }
21 on() {
22 super.write(this.#on);
23 }
24 off() {
25 super.write(1 - this.#on);
26 }

Callers 15

activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
constructorMethod · 0.45
onDisplayingMethod · 0.45
activateMethod · 0.45
onDisplayingMethod · 0.45
onDisplayingMethod · 0.45

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected