MCPcopy 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
413def get_state_ir_cache_name(state: State) -> str:
414 return get_ir_cache_name(state.id, state.xpath, state.options)
415
416
417def write_cache(

Callers 3

_load_cached_group_filesFunction · 0.85
write_cacheFunction · 0.85
load_scc_from_cacheFunction · 0.85

Calls 1

get_ir_cache_nameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…