MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / fn

Function fn

sdk/src/CloudSocketClientLib.js:2847–2847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2845
2846 module.exports = function(a, b) {
2847 var fn = function() {};
2848 fn.prototype = b.prototype;
2849 a.prototype = new fn;
2850 a.prototype.constructor = a;

Callers 13

completeFunction · 0.70
routes.jsFile · 0.50
util.jsFile · 0.50
mocha.jsFile · 0.50
doneFunction · 0.50
HTMLCovFunction · 0.50
nextFunction · 0.50
hookErrFunction · 0.50
withStackFunction · 0.50
access.jsFile · 0.50
should.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected