Check if the app is compiled for deploy. Returns: Whether the app is being compiled for deploy.
()
| 875 | |
| 876 | |
| 877 | def get_compile_context() -> constants.CompileContext: |
| 878 | """Check if the app is compiled for deploy. |
| 879 | |
| 880 | Returns: |
| 881 | Whether the app is being compiled for deploy. |
| 882 | """ |
| 883 | return environment.REFLEX_COMPILE_CONTEXT.get() |
no test coverage detected