Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
_cache_key(run_id: str) -> str:
18
return
f
"run:{run_id}"
19
20
21
async
def
set_run_payload(run_id: str, payload: dict[str, Any]) -> None:
Callers
3
set_run_payload
Function · 0.85
get_run_payload
Function · 0.85
update_run_project
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected