MCPcopy Create free account
hub / github.com/dresende/node-orm2 / checkRequestQueue

Function checkRequestQueue

lib/Express.js:64–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62};
63
64function checkRequestQueue() {
65 _pending -= 1;
66
67 if (_pending > 0) return;
68 if (_queue.length === 0) return;
69
70 for (var i = 0; i < _queue.length; i++) {
71 _queue[i]();
72 }
73
74 _queue.length = 0;
75}

Callers 1

Express.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected