-
Couldn't load subscription status.
- Fork 88
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Both readViaStream:
| readViaStream(fd, offset) { |
and writeViaStream:
| writeViaStream(fd, offset) { |
Check the fd is in the descriptors list before proceeding (otherwise they throw 'bad-descriptor'):
| getDescriptor (fd) { |
However, since both these functions use ReadableFileStream/WriteableFileStream and use the hostFd:
| constructor (hostFd, position) { |
Do we need this check? Aren't they just dealing with reading/writing to host files via stream, and there is no need for check here?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested