( workflowEntries: Record<string, ConsoleEntry[]> )
| 123 | } |
| 124 | |
| 125 | function cloneWorkflowEntries( |
| 126 | workflowEntries: Record<string, ConsoleEntry[]> |
| 127 | ): Record<string, ConsoleEntry[]> { |
| 128 | return { ...workflowEntries } |
| 129 | } |
| 130 | |
| 131 | function removeWorkflowIndexes( |
| 132 | workflowId: string, |
no outgoing calls
no test coverage detected