MCPcopy Create free account
hub / github.com/curran/screencasts / baseFlatten

Function baseFlatten

introToChiasm/examples/code/latest/main-build.js:2585–2606  ·  view source on GitHub ↗

* The base implementation of `_.flatten` with added support for restricting * flattening and specifying the start index. * * @private * @param {Array} array The array to flatten. * @param {boolean} [isDeep] Specify a deep flatten. * @param {boolean} [isStrict] Restrict

(array, isDeep, isStrict, result)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

runInContextFunction · 0.70
flattenFunction · 0.70
flattenDeepFunction · 0.70

Calls 5

isObjectLikeFunction · 0.70
isArrayLikeFunction · 0.70
isArgumentsFunction · 0.70
arrayPushFunction · 0.70
isArrayFunction · 0.50

Tested by

no test coverage detected