Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
def
load_record(value: str) -> dict:
37
return
maybe_load_json_record(value) or {}
38
39
40
def
sanitize_reference_candidates(evidence_pack: dict, *, limit: int = 20) -> list[dict]:
Callers
1
main
Function · 0.70
Calls
1
maybe_load_json_record
Function · 0.90
Tested by
no test coverage detected