You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils.ts
-40Lines changed: 0 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -386,46 +386,6 @@ export function maxWireVersion(topologyOrServer?: Connection | Topology | Server
386
386
return0;
387
387
}
388
388
389
-
/**
390
-
* Applies the function `eachFn` to each item in `arr`, in parallel.
391
-
* @internal
392
-
*
393
-
* @param arr - An array of items to asynchronously iterate over
394
-
* @param eachFn - A function to call on each item of the array. The callback signature is `(item, callback)`, where the callback indicates iteration is complete.
395
-
* @param callback - The callback called after every item has been iterated
0 commit comments