MCPcopy
hub / github.com/lodash/lodash / customizer

Function customizer

test/test.js:3147–3149  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3145 assert.expect(3);
3146
3147 var customizer = function(value) {
3148 return lodashStable.isPlainObject(value) ? undefined : value;
3149 };
3150
3151 var actual = func(value, customizer);
3152 assert.strictEqual(actual, value);

Callers 9

baseCloneFunction · 0.85
baseIsMatchFunction · 0.85
baseMergeFunction · 0.85
baseMergeDeepFunction · 0.85
baseSetFunction · 0.85
copyObjectFunction · 0.85
equalArraysFunction · 0.85
equalObjectsFunction · 0.85
isEqualWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected