| 25 | const networks = unsafeEntries(networkNames); |
| 26 | |
| 27 | interface Item extends QuickPickItem { |
| 28 | apiName: ApiName; |
| 29 | } |
| 30 | |
| 31 | const picked = await window.showQuickPick( |
| 32 | networks.map( |
nothing calls this directly
no outgoing calls
no test coverage detected