MCPcopy
hub / github.com/CodeboxIDE/codebox / f

Function f

client/vendors/socket.io.js:357–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355
356 util.inherit = function (ctor, ctor2) {
357 function f() {};
358 f.prototype = ctor2.prototype;
359 ctor.prototype = new f;
360 };

Callers 2

dateFunction · 0.70
socket.io.jsFile · 0.70

Calls 1

CFunction · 0.70

Tested by

no test coverage detected