Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ read
Method
read
modules/io/firmata/firmataserver.js:117–119 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
115
}
116
}
117
read(count) {
118
return
this.transport.read(count);
119
}
120
write(value) {
121
this.transport.write(Uint8Array.of(value).buffer);
122
}
Callers
1
onReadable
Method · 0.95
Calls
1
read
Method · 0.65
Tested by
no test coverage detected