Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/remix-run/react-router
/ close
Method
close
packages/react-router-node/stream.ts:301–306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
}
300
301
close() {
302
if
(this.controller) {
303
this.controller.close();
304
delete this.controller;
305
}
306
}
307
308
error(error: Error) {
309
if
(this.controller) {
Callers
15
start
Function · 0.80
server-test.ts
File · 0.80
abort
Method · 0.80
submit
Method · 0.80
abort
Method · 0.80
submit
Method · 0.80
stop
Function · 0.80
abort
Method · 0.80
finish
Method · 0.80
constructor
Method · 0.80
abort
Method · 0.80
submit
Method · 0.80
Calls
no outgoing calls
Tested by
1
start
Function · 0.64