Array of objects containing the data to be processed.
An array of objects to be merged with traceData
. Each object must have at least an InputFileName
or name
property.
Array of merged objects.
If an object in traceData
has the same InputFileName
or name
as an object in data
, the two objects are merged
into a single object with properties from both.
Generated using TypeDoc
This function merges two arrays of objects based on matching
InputFileName
orname
properties.