MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / load_record

Function load_record

scripts/build_synthesis_bundle.py:36–37  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

34
35
36def load_record(value: str) -> dict:
37 return maybe_load_json_record(value) or {}
38
39
40def sanitize_reference_candidates(evidence_pack: dict, *, limit: int = 20) -> list[dict]:

Callers 1

mainFunction · 0.70

Calls 1

maybe_load_json_recordFunction · 0.90

Tested by

no test coverage detected