MCPcopy
hub / github.com/tilemill-project/tilemill / check

Function check

test/support/start.js:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 //console.log('Request = ', request)
98
99 var check = function() {
100 if (--server.__pending === 0) {
101 server.close();
102 server.__listening = false;
103 }
104 };
105
106 // Timeout
107 if (requestTimeout) {

Callers 2

codemirror.jsFile · 0.85
start.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected