()
| 88 | * Database fallback is the only mode that still relies on inline execution. |
| 89 | */ |
| 90 | export function shouldExecuteInline(): boolean { |
| 91 | return getAsyncBackendType() === 'database' |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Resets the cached backend (useful for testing) |
no test coverage detected