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

Function _isNativeFunction

client-dist/socket.io.js:112–114  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

110 return _construct.apply(null, arguments);
111 }
112 function _isNativeFunction(fn) {
113 return Function.toString.call(fn).indexOf("[native code]") !== -1;
114 }
115 function _wrapNativeSuper(Class) {
116 var _cache = typeof Map === "function" ? new Map() : undefined;
117 _wrapNativeSuper = function _wrapNativeSuper(Class) {

Callers 1

_wrapNativeSuperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected