Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ msg
Method
msg
examples/network/webthings/sign/main.js:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
this.text =
""
;
27
}
28
get msg() {
29
return
this.text;
30
}
31
set msg(msg) {
32
if
(msg == this.text)
return
;
33
this.text = msg;
Callers
nothing calls this directly
Calls
2
changed
Method · 0.80
distribute
Method · 0.80
Tested by
no test coverage detected