MCPcopy 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
97def _fatal(message: str) -> Never:
98 _stderr(message)
99 _send_unrecoverable_error(message)
100 sys.exit(1)
101
102
103def _fatal_exc(label: str) -> Never:

Callers 3

_fatal_excFunction · 0.85
_must_getenvFunction · 0.85
vc_init.pyFile · 0.85

Calls 3

_stderrFunction · 0.85
exitMethod · 0.45

Tested by

no test coverage detected