MCPcopy
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

startFunction · 0.80
server-test.tsFile · 0.80
abortMethod · 0.80
submitMethod · 0.80
abortMethod · 0.80
submitMethod · 0.80
stopFunction · 0.80
abortMethod · 0.80
finishMethod · 0.80
constructorMethod · 0.80
abortMethod · 0.80
submitMethod · 0.80

Calls

no outgoing calls

Tested by 1

startFunction · 0.64