()
| 18 | import type { DataAdapter } from '../data/types' |
| 19 | |
| 20 | function getDataAdapter(): DataAdapter { |
| 21 | return getRegisteredAdapter<DataAdapter>('data') |
| 22 | } |
| 23 | |
| 24 | function createPluginQueryExecutor(sessionId: string): AsyncSqlExecutor { |
| 25 | const adapter = getDataAdapter() |
no test coverage detected