MCPcopy 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
10def collection() -> AgnosticCollection:
11 from database.database import db
12
13 collection: AgnosticCollection = db().datasources
14 return collection
15
16
17async def get(account, container) -> DataSource | None:

Callers 2

getFunction · 0.70
createFunction · 0.70

Calls 1

dbFunction · 0.90

Tested by

no test coverage detected