MCPcopy
hub / github.com/xlenore/psx-covers / load_gamedb

Function load_gamedb

tools/update_stats.py:8–12  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

6
7
8def load_gamedb(path: Path):
9 if not path.exists():
10 return []
11 with path.open('r', encoding='utf-8') as f:
12 return json.load(f)
13
14
15def collect_expected_codes(gamedb):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected