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

Method __init__

scripts/fetch_updates.py:1597–1599  ·  view source on GitHub ↗
(self, session: requests.Session, state: dict)

Source from the content-addressed store, hash-verified

1595 )
1596
1597 def __init__(self, session: requests.Session, state: dict):
1598 self.session = session
1599 self.state = state
1600
1601 def check(self, source_id: str, source: dict) -> Optional[dict]:
1602 prev = self.state.get(source_id, {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected