MCPcopy Create free account
hub / github.com/azat-co/practicalnode / parallel.js

File parallel.js

code/ch14/async-example/parallel.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const mongodb= require('mongodb')
2const url = 'mongodb://localhost:27017'
3const customers = require('./customer_data.json')
4

Callers

nothing calls this directly

Calls 1

finalCallbackFunction · 0.70

Tested by

no test coverage detected