({id, property}: ICallbackProperty)
| 39 | export const mergeMax = mergeWith(Math.max); |
| 40 | |
| 41 | export const combineIdAndProp = ({id, property}: ICallbackProperty) => |
| 42 | `${stringifyId(id)}.${property}`; |
| 43 | |
| 44 | export function getCallbacksByInput( |
| 45 | graphs: any, |
no test coverage detected
searching dependent graphs…