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

Method on

examples/network/webthings/onOffSwitch/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 (this.state == state) return;
33 this.state = state;

Callers

nothing calls this directly

Calls 2

changedMethod · 0.80
distributeMethod · 0.80

Tested by

no test coverage detected