Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ collection
Function
collection
api/database/datasource_repo.py:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
collection() -> AgnosticCollection:
11
from
database.database
import
db
12
13
collection: AgnosticCollection = db().datasources
14
return
collection
15
16
17
async
def
get(account, container) -> DataSource | None:
Callers
2
get
Function · 0.70
create
Function · 0.70
Calls
1
db
Function · 0.90
Tested by
no test coverage detected