MCPcopy
hub / github.com/vpulim/node-soap / merge

Function merge

src/utils.ts:25–27  ·  view source on GitHub ↗
(target: T, ...sources: any[])

Source from the content-addressed store, hash-verified

23}
24
25export function merge<T>(target: T, ...sources: any[]): T {
26 return mergeWith(target, ...sources, undefined);
27}
28
29export function mergeWith<T>(target: T, ...args: any[]): T {
30 const customizer: ((a: any, b: any, key: string) => any) | undefined = args.pop();

Callers 12

constructorMethod · 0.90
addOptionsMethod · 0.90
constructorMethod · 0.90
addOptionsMethod · 0.90
constructorMethod · 0.90
addOptionsMethod · 0.90
constructorMethod · 0.90
addOptionsMethod · 0.90
addOptionsMethod · 0.90
mergeMethod · 0.90
addChildMethod · 0.90
baseMergeValueFunction · 0.85

Calls 1

mergeWithFunction · 0.85

Tested by

no test coverage detected