Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
def
collection() -> AgnosticCollection:
7
collection: AgnosticCollection = db().plugins
8
return
collection
9
10
11
async
def
get(name) -> Plugin:
Callers
1
get
Function · 0.70
Calls
1
db
Function · 0.90
Tested by
no test coverage detected