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

Method load_candidate_sources

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

Source from the content-addressed store, hash-verified

75 return _load_json(self.screened_file, [])
76
77 def load_candidate_sources(self) -> List[Dict]:
78 return _load_json(self.candidate_file, [])
79
80 def load_working_sources(self) -> List[Dict]:
81 if self.working_file.exists():

Callers 5

build_inventoryMethod · 0.95
inventory_statusMethod · 0.95
maintainMethod · 0.80

Calls 1

_load_jsonFunction · 0.70

Tested by

no test coverage detected