Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ pull
Function
pull
test/fixtures/wpt/streams/readable-streams/general.any.js:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
const
error =
new
Error(
'pull failure'
);
197
const
rs =
new
ReadableStream({
198
pull() {
199
return
Promise.reject(error);
200
}
201
});
202
203
const
reader = rs.getReader();
Callers
nothing calls this directly
Calls
7
reject
Method · 0.80
close
Method · 0.65
resolve
Function · 0.50
assert_equals
Function · 0.50
enqueue
Method · 0.45
error
Method · 0.45
readStart
Method · 0.45
Tested by
no test coverage detected