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

Function chain

lib/web/jshint.js:7377–7381  ·  view source on GitHub ↗

* Creates a `lodash` object that wraps `value` with explicit method * chaining enabled. * * @static * @memberOf _ * @category Chain * @param {*} value The value to wrap. * @returns {Object} Returns the new `lodash` wrapper instance. * @example * * va

(value)

Source from the content-addressed store, hash-verified

7375 * // => 'pebbles is 1'
7376 */
7377 function chain(value) {
7378 var result = lodash(value);
7379 result.__chain__ = true;
7380 return result;
7381 }
7382
7383 /**
7384 * This method invokes `interceptor` and returns `value`. The interceptor is

Callers 1

wrapperChainFunction · 0.70

Calls 1

lodashFunction · 0.85

Tested by

no test coverage detected