()
| 34 | }; |
| 35 | |
| 36 | export const emptySQLEditorConnection = (): SQLEditorConnection => { |
| 37 | return { |
| 38 | instance: "", |
| 39 | database: "", |
| 40 | }; |
| 41 | }; |
| 42 | |
| 43 | export const isSameSQLEditorConnection = ( |
| 44 | a: SQLEditorConnection, |
no outgoing calls
no test coverage detected