MCPcopy
hub / github.com/yortus/asyncawait / map

Method map

src/typings/lodash/lodash.d.ts:1867–1867  ·  view source on GitHub ↗

* Creates an array of values by running each element in the collection through the callback. * The callback is bound to thisArg and invoked with three arguments; (value, index|key, * collection). * * If a property name is provided for callback the created "_.pluck" style callback will retu

(
			collection: List<T>,
			callback: ListIterator<T, TResult>,
			thisArg?: any)

Source from the content-addressed store, hash-verified

1865 * @return The mapped array result.
1866 **/
1867 map<T, TResult>(
1868 collection: List<T>,
1869 callback: ListIterator<T, TResult>,
1870 thisArg?: any): TResult[];

Callers 15

countFilesFunction · 0.65
countFilesFunction · 0.65
countFilesFunction · 0.65
countFilesFunction · 0.65
countFiles-co.jsFile · 0.65
largestFunction · 0.65
largest-asyncx.jsFile · 0.65
largest-co.jsFile · 0.65
getAllPathsAndStatsFunction · 0.65
largestFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected