MCPcopy 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
19def rj(path, default):
20 try:
21 return json.loads(path.read_text())
22 except Exception:
23 return default
24
25
26def cleanup_backups():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected