Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ on
Method
on
modules/drivers/led/led.js:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
super.write(this.#on ? value : 1 - value);
20
}
21
on() {
22
super.write(this.#on);
23
}
24
off() {
25
super.write(1 - this.#on);
26
}
Callers
15
activate
Method · 0.45
activate
Method · 0.45
activate
Method · 0.45
activate
Method · 0.45
activate
Method · 0.45
activate
Method · 0.45
activate
Method · 0.45
constructor
Method · 0.45
onDisplaying
Method · 0.45
activate
Method · 0.45
onDisplaying
Method · 0.45
onDisplaying
Method · 0.45
Calls
1
write
Method · 0.65
Tested by
no test coverage detected