MCPcopy
hub / github.com/reflex-dev/reflex / get_compile_context

Function get_compile_context

reflex/utils/exec.py:877–883  ·  view source on GitHub ↗

Check if the app is compiled for deploy. Returns: Whether the app is being compiled for deploy.

()

Source from the content-addressed store, hash-verified

875
876
877def 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()

Callers 2

compile_appFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected