MCPcopy Create free account
hub / github.com/angular-app/angular-app / next

Function next

server/test/mongo-proxy.js:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 var req = { url: '', end: function() {} };
113 var res = { };
114 var next = function() {
115 throw new Error('Should not call next.');
116 };
117
118 proxy(req, res, next);
119 test.done();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected