MCPcopy Index your code
hub / github.com/angular-app/angular-app / next

Function next

server/test/security.js:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 var nextCalled = false;
63 var jsonCalled = false;
64 var next = function() { nextCalled = true; };
65
66 // Test when user is unauthenticated
67 req.isAuthenticated = function() { return false; };

Callers 5

server.jsFile · 0.50
protectJSON.jsFile · 0.50
security.jsFile · 0.50
authenticationFailedFunction · 0.50
xsrf.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected