MCPcopy Create free account
hub / github.com/vercel/examples / _cache_key

Function _cache_key

python/vibe-coding-ide/backend/src/run_store.py:17–18  ·  view source on GitHub ↗
(run_id: str)

Source from the content-addressed store, hash-verified

15
16
17def _cache_key(run_id: str) -> str:
18 return f"run:{run_id}"
19
20
21async def set_run_payload(run_id: str, payload: dict[str, Any]) -> None:

Callers 3

set_run_payloadFunction · 0.85
get_run_payloadFunction · 0.85
update_run_projectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected