MCPcopy Create free account
hub / github.com/pytorch/pytorch / get_commit_data_cache

Function get_commit_data_cache

scripts/release_notes/common.py:300–304  ·  view source on GitHub ↗
(path="results/data.json")

Source from the content-addressed store, hash-verified

298
299
300def get_commit_data_cache(path="results/data.json"):
301 global _commit_data_cache
302 if _commit_data_cache is None:
303 _commit_data_cache = _CommitDataCache(path)
304 return _commit_data_cache
305
306
307class _CommitDataCache:

Callers 4

gen_commitMethod · 0.90
rerun_with_new_filtersFunction · 0.90
to_markdownFunction · 0.90
__init__Method · 0.90

Calls 1

_CommitDataCacheClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…