MCPcopy Create free account
hub / github.com/clementmihailescu/Sorting-Visualizer / stubArray

Function stubArray

client/public/bundle.js:30298–30300  ·  view source on GitHub ↗

* This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} Returns the new empty array. * @example * * var arrays = _.times(2, _.stubArray); * * console.log(arrays); * // => [[], []] * * console.log(arrays[0] ===

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected