MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / wrapperChain

Function wrapperChain

lib/web/jshint.js:7461–7463  ·  view source on GitHub ↗

* Enables explicit method chaining on the wrapper object. * * @name chain * @memberOf _ * @category Chain * @returns {Object} Returns the new `lodash` wrapper instance. * @example * * var users = [ * { 'user': 'barney', 'age': 36 }, * { 'user': '

()

Source from the content-addressed store, hash-verified

7459 * // => { 'user': 'barney' }
7460 */
7461 function wrapperChain() {
7462 return chain(this);
7463 }
7464
7465 /**
7466 * Executes the chained sequence and returns the wrapped result.

Callers

nothing calls this directly

Calls 1

chainFunction · 0.70

Tested by

no test coverage detected