Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ lambda_invoke.py
File
lambda_invoke.py
python/vercel-runtime/tests/fixtures/lambda_invoke.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Helper that loads vc_init.py in legacy (non-IPC) mode.
2
3
Reads a JSON event
from
stdin, calls ``vc_handler``, and
4
writes the JSON response to fd 3. We use a dedicated fd
Callers
nothing calls this directly
Calls
6
vc_handler
Function · 0.85
compile
Function · 0.50
exec
Function · 0.50
read
Method · 0.45
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected