Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
class
CachedDataSource:
21
indexed_docs: int
22
failed_tasks: int
23
instance: BaseDataSource
24
25
26
class
DataSourceContext:
Callers
2
create_data_source
Method · 0.85
_load_connected_sources_from_db
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected