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

Function get_dev_backend_reload_marker

reflex/utils/exec.py:36–42  ·  view source on GitHub ↗

Get the marker path for dev backend reload-capable worker starts. Returns: The path to the reload marker.

()

Source from the content-addressed store, hash-verified

34
35
36def get_dev_backend_reload_marker() -> Path:
37 """Get the marker path for dev backend reload-capable worker starts.
38
39 Returns:
40 The path to the reload marker.
41 """
42 return get_web_dir() / DEV_BACKEND_RELOAD_MARKER
43
44
45def reset_dev_backend_reload_marker() -> None:

Callers 2

Calls 1

get_web_dirFunction · 0.90

Tested by

no test coverage detected