Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
changed
Method · 0.80
distribute
Method · 0.80
Tested by
no test coverage detected