()
| 5 | } |
| 6 | |
| 7 | function cloudHandler() { |
| 8 | return import(/* webpackIgnore: true */ `./handlers/${cloudProvider}`); |
| 9 | } |
| 10 | |
| 11 | export async function startCoordinator(...args: unknown[]) { |
| 12 | const handler = await cloudHandler(); |
no outgoing calls
no test coverage detected