Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cft0808/edict
/ rj
Function
rj
scripts/apply_model_changes.py:19–23 ·
view source on GitHub ↗
(path, default)
Source
from the content-addressed store, hash-verified
17
18
19
def
rj(path, default):
20
try
:
21
return
json.loads(path.read_text())
22
except
Exception:
23
return
default
24
25
26
def
cleanup_backups():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected