MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / collection

Function collection

api/database/config_repo.py:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def collection() -> AgnosticCollection:
7 collection: AgnosticCollection = db().configuration
8 return collection
9
10
11async def get() -> Configuration | None:

Callers 2

getFunction · 0.70

Calls 1

dbFunction · 0.90

Tested by

no test coverage detected