MCPcopy
hub / github.com/alsotang/node-lessons / app.js

File app.js

lesson5/app.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var async = require('async');
2
3var concurrencyCount = 0;
4var fetchUrl = function (url, callback) {

Callers

nothing calls this directly

Calls 1

fetchUrlFunction · 0.85

Tested by

no test coverage detected