MCPcopy Create free account
hub / github.com/T0UGH/codex-self-evolution-plugin / load_json

Function load_json

src/codex_self_evolution/storage.py:66–67  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

64
65
66def load_json(path: Path) -> object:
67 return json.loads(path.read_text(encoding="utf-8"))
68
69
70def repo_fingerprint(repo_root: Path) -> str:

Callers 10

claim_suggestionsFunction · 0.85
has_pending_workFunction · 0.85
lock_statusFunction · 0.85
_count_memory_entriesFunction · 0.85
_loadFunction · 0.85
run_compileFunction · 0.85
_memory_evidenceFunction · 0.85
_recall_evidenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected