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

Method __init__

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

Source from the content-addressed store, hash-verified

1480 ENFORCEMENT_URL = "https://api.fda.gov/device/enforcement.json"
1481
1482 def __init__(self, api_key: str, state: dict):
1483 self.api_key = api_key
1484 self.state = state
1485
1486 def check(self, source_id: str, source: dict) -> Optional[dict]:
1487 prev = self.state.get(source_id, {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected