Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ _fatal
Function
_fatal
python/vercel-runtime/src/vercel_runtime/vc_init.py:97–100 ·
view source on GitHub ↗
(message: str)
Source
from the content-addressed store, hash-verified
95
96
97
def
_fatal(message: str) -> Never:
98
_stderr(message)
99
_send_unrecoverable_error(message)
100
sys.exit(1)
101
102
103
def
_fatal_exc(label: str) -> Never:
Callers
3
_fatal_exc
Function · 0.85
_must_getenv
Function · 0.85
vc_init.py
File · 0.85
Calls
3
_stderr
Function · 0.85
_send_unrecoverable_error
Function · 0.85
exit
Method · 0.45
Tested by
no test coverage detected