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

Method get_data_source_classes

app/data_source/api/context.py:53–58  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

51
52 @classmethod
53 def get_data_source_classes(cls) -> Dict[str, BaseDataSource]:
54 if not cls._initialized:
55 cls.init()
56 cls._initialized = True
57
58 return cls._data_source_classes
59
60 @classmethod
61 async def create_data_source(cls, name: str, config: dict) -> BaseDataSource:

Callers 1

list_data_source_typesFunction · 0.80

Calls 1

initMethod · 0.80

Tested by

no test coverage detected