Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
def
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
15
def
collect_expected_codes(gamedb):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected