MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / close

Function close

public/bundle.js:3736–3740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3734 var self = this;
3735
3736 function close() {
3737 self.onClose('forced close');
3738 debug('socket closing - telling transport to close');
3739 self.transport.close();
3740 }
3741
3742 function cleanupAndClose() {
3743 self.removeListener('upgrade', cleanupAndClose);

Callers 2

cleanupAndCloseFunction · 0.85
bundle.jsFile · 0.85

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected