MCPcopy Create free account
hub / github.com/GerevAI/gerev / validate_config

Method validate_config

app/data_source/api/base_data_source.py:68–72  ·  view source on GitHub ↗

Validates the config and raises an exception if it's invalid.

(config: Dict)

Source from the content-addressed store, hash-verified

66 @staticmethod
67 @abstractmethod
68 async def validate_config(config: Dict) -> None:
69 """
70 Validates the config and raises an exception if it's invalid.
71 """
72 raise NotImplementedError
73
74 @classmethod
75 def get_display_name(cls) -> str:

Callers 1

create_data_sourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected