MCPcopy Index your code
hub / github.com/socketio/socket.io / fn

Function fn

client-dist/socket.io.js:3242–3249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3240 ack.call(_this2, new Error("operation has timed out"));
3241 }, timeout);
3242 var fn = function fn() {
3243 // @ts-ignore
3244 _this2.io.clearTimeoutFn(timer);
3245 for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
3246 args[_key3] = arguments[_key3];
3247 }
3248 ack.apply(_this2, args);
3249 };
3250 fn.withError = true;
3251 this.acks[id] = fn;
3252 }

Callers 10

_checkNamespaceMethod · 0.85
runMethod · 0.85
closeMethod · 0.85
runMethod · 0.85
runMethod · 0.85
_doConnectMethod · 0.85
messaging-many.tsFile · 0.85
socket.tsFile · 0.85
socket.io.jsFile · 0.85
onErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected