• This function merges two arrays of objects based on matching InputFileName or name properties.

    Parameters

    • traceData: TraceData[]

      Array of objects containing the data to be processed.

    • data: CategoriesObj[]

      An array of objects to be merged with traceData. Each object must have at least an InputFileName or name property.

    Returns TraceData[]

    Array of merged objects.

    Remarks

    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