Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ get_state_ir_cache_name
Function
get_state_ir_cache_name
mypyc/codegen/emitmodule.py:413–414 ·
view source on GitHub ↗
(state: State)
Source
from the content-addressed store, hash-verified
411
412
413
def
get_state_ir_cache_name(state: State) -> str:
414
return
get_ir_cache_name(state.id, state.xpath, state.options)
415
416
417
def
write_cache(
Callers
3
_load_cached_group_files
Function · 0.85
write_cache
Function · 0.85
load_scc_from_cache
Function · 0.85
Calls
1
get_ir_cache_name
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…