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

Class CachedDataSource

app/data_source/api/context.py:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass
20class CachedDataSource:
21 indexed_docs: int
22 failed_tasks: int
23 instance: BaseDataSource
24
25
26class DataSourceContext:

Callers 2

create_data_sourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected