MCPcopy
hub / github.com/socketio/socket.io / fn

Function fn

packages/socket.io/client-dist/socket.io.js:3816–3823  ·  packages/socket.io/client-dist/socket.io.js::fn
()

Source from the content-addressed store, hash-verified

3814 ack.call(_this2, new Error(class="st">"operation has timed out"));
3815 }, timeout);
3816 var fn = function fn() {
3817 class="cm">// @ts-ignore
3818 _this2.io.clearTimeoutFn(timer);
3819 for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
3820 args[_key3] = arguments[_key3];
3821 }
3822 ack.apply(_this2, args);
3823 };
3824 fn.withError = true;
3825 this.acks[id] = fn;
3826 }

Callers 15

beforeAllFunction · 0.85
timesFunction · 0.85
onAbortedMethod · 0.85
verifyFunction · 0.85
doCloseMethod · 0.85
onCloseMethod · 0.85
doCloseMethod · 0.85
doCloseMethod · 0.85
onCloseMethod · 0.85
common.jsFile · 0.85
server.jsFile · 0.85
timesFunction · 0.85

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected