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

Function versions_collection

api/database/metadata_repo.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def versions_collection() -> AgnosticCollection:
19 from database.database import db
20 collection: AgnosticCollection = db().versions
21 return collection
22
23
24async def get(account, container, filepath, access_allowed=Depends(check_access)) -> Metadata | None:

Callers 1

createFunction · 0.85

Calls 1

dbFunction · 0.90

Tested by

no test coverage detected