MCPcopy 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

onReadableMethod · 0.95

Calls 1

readMethod · 0.65

Tested by

no test coverage detected