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

Method items

python/vercel-runtime/src/vercel_runtime/cache.py:15–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13# Needed to type HTTP-handler/WSGI paths
14class _HeadersLike(Protocol):
15 def items(self) -> Iterable[tuple[object, object]]: ...
16
17
18_SC_HEADERS_NAME = "x-vercel-sc-headers"

Callers 15

check_toolsFunction · 0.45
build_folded_stacksFunction · 0.45
render_crate_tableFunction · 0.45
generate_plain_reportFunction · 0.45
_normalize_jsonFunction · 0.45
from_backendMethod · 0.45
parse_multipart_messageFunction · 0.45
parse_multipart_messagesFunction · 0.45
_putMethod · 0.45
encodeMethod · 0.45
_iter_header_itemsFunction · 0.45

Calls

no outgoing calls

Tested by 5

encodeMethod · 0.36
_base_envFunction · 0.36
_build_websocket_requestFunction · 0.36
_raw_chunked_postFunction · 0.36