Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
activate
Method · 0.45
main.js
File · 0.45
onDisplaying
Method · 0.45
onDisplaying
Method · 0.45
onDisplaying
Method · 0.45
resetTimeline
Method · 0.45
Calls
2
changed
Method · 0.80
distribute
Method · 0.80
Tested by
no test coverage detected