MCPcopy Create free account
hub / github.com/StarsTom/mobileCodexHelper / open_auth_db

Function open_auth_db

mobile_codex_control.py:613–616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611
612
613def open_auth_db() -> sqlite3.Connection:
614 connection = sqlite3.connect(AUTH_DB_PATH)
615 connection.row_factory = sqlite3.Row
616 return connection
617
618
619def list_pending_device_approvals(limit: int = 20) -> list[dict[str, Any]]:

Callers 3

list_approved_devicesFunction · 0.85
resolve_device_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected