* Combines inputs from multiple source nodes into a single input object * @param {Map } receivedInputs - Map of inputs received from different nodes * @returns {any} Combined input data * * @example * const inputs = new Map(); * inputs.set('node1', { json: { value: 1 }, text: 'Hell
(receivedInputs: Map<string, any>)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected