MCPcopy
hub / github.com/axios/axios / end

Method end

tests/unit/adapters/http.test.js:5908–5914  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5906 write() {}
5907
5908 end() {
5909 this.emit('socket', socket);
5910
5911 setImmediate(() => {
5912 socket.emit('error', Object.assign(new Error('write EPIPE'), { code: 'EPIPE' }));
5913 });
5914 }
5915
5916 destroy(err) {
5917 if (this.destroyed) {

Callers 15

handleApiRequestFunction · 0.80
requestHandlerFunction · 0.80
http.jsFile · 0.80
startTestServerFunction · 0.80
regression.test.jsFile · 0.80
query.test.jsFile · 0.80
startServerFunction · 0.80
startEchoFunction · 0.80
http.test.jsFile · 0.80
polluteFunction · 0.80

Calls 2

emitMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected