MCPcopy Index your code
hub / github.com/dan-manges/m2node / __bind

Function __bind

lib/m2node/handler.js:10–10  ·  view source on GitHub ↗
(fn, me)

Source from the content-addressed store, hash-verified

8 child.__super__ = parent.prototype;
9 return child;
10 }, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
11 events = require('events');
12 zeromq = require('zmq');
13 MongrelRequest = require('./mongrel_request').MongrelRequest;

Callers 1

HandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected