MCPcopy Create free account
hub / github.com/abi/screenshot-to-code / log_debug_mode

Function log_debug_mode

backend/main.py:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25@app.on_event("startup")
26async def log_debug_mode() -> None:
27 debug_status = "ENABLED" if IS_DEBUG_ENABLED else "DISABLED"
28 print(f"Backend startup complete. Debug mode is {debug_status}.")
29
30
31@app.on_event("startup")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected