MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / read

Method read

modules/io/files/posix/files-posix.js:31–31  ·  view source on GitHub ↗
(buffer /* or count */, posiiton)

Source from the content-addressed store, hash-verified

29 close() { return native("xs_fileposix_close").call(this); }
30
31 read(buffer /* or count */, posiiton) { return native("xs_fileposix_read").call(this, buffer /* or count */, posiiton); }
32 write(buffer, position) { return native("xs_fileposix_write").call(this, buffer, position); }
33
34 status() {

Callers 1

#loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected