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

Method __init__

scripts/fetch_updates.py:411–413  ·  view source on GitHub ↗
(self, path: Path = VERSION_REGISTRY_PATH)

Source from the content-addressed store, hash-verified

409 """Tracks version history for all regulatory documents."""
410
411 def __init__(self, path: Path = VERSION_REGISTRY_PATH):
412 self.path = path
413 self.data = self._load()
414
415 def _load(self) -> dict:
416 if self.path.exists():

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected