MCPcopy Create free account
hub / github.com/hunvreus/devpush / storages

Method storages

app/models.py:538–543  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

536
537 @property
538 def storages(self) -> list["Storage"]:
539 return [
540 link.storage
541 for link in self.storage_links
542 if link.storage and link.storage.type == "database"
543 ]
544
545 async def get_domain_by_id(self, db: AsyncSession, domain_id: int) -> dict | None:
546 """Get domain by ID"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected