MCPcopy Create free account
hub / github.com/socketio/socket.io / Wrapper

Function Wrapper

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

Source from the content-addressed store, hash-verified

124 _cache.set(Class, Wrapper);
125 }
126 function Wrapper() {
127 return _construct(Class, arguments, _getPrototypeOf(this).constructor);
128 }
129 Wrapper.prototype = Object.create(Class.prototype, {
130 constructor: {
131 value: Wrapper,

Callers

nothing calls this directly

Calls 2

_constructFunction · 0.85
_getPrototypeOfFunction · 0.85

Tested by

no test coverage detected