MCPcopy
hub / github.com/tickmao/Novel / load_raw_sources

Method load_raw_sources

scripts/source_inventory.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self.max_per_domain = int(supplement_cfg.get("max_per_domain", 2))
70
71 def load_raw_sources(self) -> List[Dict]:
72 return _load_json(self.raw_file, [])
73
74 def load_screened_sources(self) -> List[Dict]:
75 return _load_json(self.screened_file, [])

Callers 1

refresh_screened_poolMethod · 0.95

Calls 1

_load_jsonFunction · 0.70

Tested by

no test coverage detected