MCPcopy Create free account
hub / github.com/socketstream/socketstream / fn

Function fn

lib/tasks/defaults.js:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32 if (responder.name && responder.interfaces.internal) {
33 var fn = function(){
34 var args = Array.prototype.slice.call(arguments),
35 cb = args.pop();
36
37 return responder.interfaces.internal(args, {sessionId: sessionID, transport: 'test'}, function(err, params){ cb(params); });
38 };
39 ss.add(responder.name, fn); // interesting, potential or hack?
40 }
41 }

Callers 5

filterFunction · 0.85
forEachFunction · 0.85
session.jsFile · 0.85
store.jsFile · 0.85

Calls 1

cbFunction · 0.50

Tested by

no test coverage detected