MCPcopy Create free account
hub / github.com/vercel/vercel / _start_wsgi

Function _start_wsgi

python/vercel-runtime/src/vercel_runtime/dev.py:356–358  ·  view source on GitHub ↗
(host: str, port: int)

Source from the content-addressed store, hash-verified

354
355
356def _start_wsgi(host: str, port: int) -> None:
357 _setup_server_log_routing("werkzeug")
358 run_simple(host, port, wsgi_app, use_reloader=True, threaded=True)
359
360
361def _start_asgi(host: str, port: int) -> None:

Callers 1

mainFunction · 0.85

Calls 2

run_simpleFunction · 0.90

Tested by

no test coverage detected