| 217 | |
| 218 | /** Lightweight listing entry for database discovery (sidebar / quick-open). */ |
| 219 | export interface DatabaseSummary { |
| 220 | path: string |
| 221 | title: string |
| 222 | } |
| 223 | |
| 224 | // --------------------------------------------------------------------------- |
| 225 | // Virtual tab-path helpers (mirror lib/asset-tabs.ts). A database opens as a |
nothing calls this directly
no outgoing calls
no test coverage detected