-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Purpose of fs ReadStream.open #29050
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.questionIssues that look for answers.Issues that look for answers.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.questionIssues that look for answers.Issues that look for answers.
I'm not quite sure I understand the purpose of
ReadStream.openinfs? Why would I use this?Opening the stream after closing it doesn't quite make sense and if passing an existing fd then it should already be opened.