(dispatch: TaskEventDispatcher, params: any)
| 15 | |
| 16 | |
| 17 | export async function downloadURLTask(dispatch: TaskEventDispatcher, params: any): Promise<boolean> { |
| 18 | logger.info("download url task", params); |
| 19 | return true; |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected