MCPcopy
hub / github.com/stampit-org/stampit / assign

Function assign

stampit.ts:531–531  ·  view source on GitHub ↗
(dst: object, ...args: Array<object | undefined>)

Source from the content-addressed store, hash-verified

529}
530
531const assign = (dst: object, ...args: Array<object | undefined>): object => args.reduce(assignOne, dst);
532
533const merge = (dst: object, ...args: Array<object | undefined>): object => args.reduce(mergeOne, dst);
534

Callers 7

standardiseDescriptorFunction · 0.85
methodsFunction · 0.85
propertiesFunction · 0.85
staticPropertiesFunction · 0.85
configurationFunction · 0.85
propertyDescriptorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…