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

Method __init__

scripts/fetch_updates.py:1377–1379  ·  view source on GitHub ↗
(self, api_key: str, state: dict)

Source from the content-addressed store, hash-verified

1375 RECALL_URL = "https://api.fda.gov/device/recall.json"
1376
1377 def __init__(self, api_key: str, state: dict):
1378 self.api_key = api_key
1379 self.state = state
1380
1381 def check(self, source_id: str, source: dict) -> Optional[dict]:
1382 prev = self.state.get(source_id, {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected