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

Function collection

api/database/plugin_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().plugins
8 return collection
9
10
11async def get(name) -> Plugin:

Callers 1

getFunction · 0.70

Calls 1

dbFunction · 0.90

Tested by

no test coverage detected