Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ collection
Function
collection
api/database/metadata_repo.py:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
collection() -> AgnosticCollection:
13
from
database.database
import
db
14
collection: AgnosticCollection = db().metadata
15
return
collection
16
17
18
def
versions_collection() -> AgnosticCollection:
Callers
4
get
Function · 0.70
exists
Function · 0.70
create
Function · 0.70
query_metadata
Function · 0.70
Calls
1
db
Function · 0.90
Tested by
no test coverage detected