MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / db_exists

Method db_exists

src/core/database.py:27–29  ·  view source on GitHub ↗

Check if database file exists

(self)

Source from the content-addressed store, hash-verified

25 self._busy_timeout_ms = 30000
26
27 def db_exists(self) -> bool:
28 """Check if database file exists"""
29 return Path(self.db_path).exists()
30
31 async def _configure_connection(self, db):
32 """Apply SQLite runtime settings for better concurrent behavior."""

Callers 1

lifespanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected