MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / check_all

Method check_all

scripts/fetch_updates.py:2952–2957  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2950 return updates
2951
2952 def check_all(self) -> list:
2953 all_updates = []
2954 for regulation in SOURCES:
2955 updates = self.check_regulation(regulation)
2956 all_updates.extend(updates)
2957 return all_updates
2958
2959 def analyze_versions(self, updates: list) -> list:
2960 if not self.llm.available:

Callers 1

mainFunction · 0.95

Calls 1

check_regulationMethod · 0.95

Tested by

no test coverage detected