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