(self, format, *args)
| 31 | """HTTP handler with SPA routing and optional hot reload support.""" |
| 32 | |
| 33 | def log_message(self, format, *args): |
| 34 | pass # Suppress logging |
| 35 | |
| 36 | def do_GET(self): |
| 37 | global hot_reload_enabled |
nothing calls this directly
no outgoing calls
no test coverage detected