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

Method readline

python/vercel-runtime/src/vercel_runtime/utils.py:69–69  ·  view source on GitHub ↗
(self, size: int = ..., /)

Source from the content-addressed store, hash-verified

67class _Readable(Protocol):
68 def read(self, size: int = ..., /) -> bytes: ...
69 def readline(self, size: int = ..., /) -> bytes: ...
70
71
72class _HeaderLookup(Protocol):

Callers 2

_read_chunked_bodyFunction · 0.45
handle_one_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected