MCPcopy 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
12def collection() -> AgnosticCollection:
13 from database.database import db
14 collection: AgnosticCollection = db().metadata
15 return collection
16
17
18def versions_collection() -> AgnosticCollection:

Callers 4

getFunction · 0.70
existsFunction · 0.70
createFunction · 0.70
query_metadataFunction · 0.70

Calls 1

dbFunction · 0.90

Tested by

no test coverage detected