MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / createWrap

Function createWrap

libraries/lodash.js:5528–5581  ·  view source on GitHub ↗

* Creates a function that either curries or invokes `func` with optional * `this` binding and partially applied arguments. * * @private * @param {Function|string} func The function or method name to wrap. * @param {number} bitmask The bitmask flags. * 1 - `_.bind`

(func, bitmask, thisArg, partials, holders, argPos, ary, arity)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

aryFunction · 0.85
lodash.jsFile · 0.85
curryFunction · 0.85
curryRightFunction · 0.85
flipFunction · 0.85

Calls 6

toIntegerFunction · 0.85
mergeDataFunction · 0.85
createBindFunction · 0.85
createCurryFunction · 0.85
createPartialFunction · 0.85
setWrapToStringFunction · 0.85

Tested by

no test coverage detected