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

Method left

examples/network/webthings/outlet/main.js:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 this.r = true;
28 }
29 get left() {
30 return this.l;
31 }
32 set left(state) {
33 if (this.l == state) return;
34 this.l = state;

Callers

nothing calls this directly

Calls 2

changedMethod · 0.80
distributeMethod · 0.80

Tested by

no test coverage detected