( source: Parameters<typeof importDialog.openImportDialog>[0], space?: Parameters<typeof importDialog.openImportDialog>[1], )
| 1204 | } |
| 1205 | |
| 1206 | async function openImportFromPalette( |
| 1207 | source: Parameters<typeof importDialog.openImportDialog>[0], |
| 1208 | space?: Parameters<typeof importDialog.openImportDialog>[1], |
| 1209 | ) { |
| 1210 | importDialog.openImportDialog(source, space) |
| 1211 | } |
| 1212 | |
| 1213 | async function openHttpImportFromPalette() { |
| 1214 | await router.push({ name: RouterName.httpSpace }) |
no outgoing calls
no test coverage detected