Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ start
Method
start
test/parallel/test-whatwg-readablebytestream.js:78–81 ·
view source on GitHub ↗
(controller)
Source
from the content-addressed store, hash-verified
76
}
77
78
async
start(controller) {
79
this.file =
await
open(__filename);
80
this.controller = controller;
81
}
82
83
async
cancel() {
84
await
this.file.close();
Callers
nothing calls this directly
Calls
1
open
Function · 0.70
Tested by
no test coverage detected