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

Method on

examples/network/webthings/onOffLight/main.js:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 this.state = true;
27 }
28 get on() {
29 return this.state;
30 }
31 set on(state) {
32 if (state == this.state) return;
33 this.state = state;

Callers 7

main.jsFile · 0.45
activateMethod · 0.45
main.jsFile · 0.45
onDisplayingMethod · 0.45
onDisplayingMethod · 0.45
onDisplayingMethod · 0.45
resetTimelineMethod · 0.45

Calls 2

changedMethod · 0.80
distributeMethod · 0.80

Tested by

no test coverage detected