(source)
| 3206 | } |
| 3207 | |
| 3208 | async function getTabId(source) { |
| 3209 | return tabRuntime.getTabId(source); |
| 3210 | } |
| 3211 | |
| 3212 | function parseUrlSafely(rawUrl) { |
| 3213 | if (typeof navigationUtils !== 'undefined' && navigationUtils?.parseUrlSafely) { |
no outgoing calls
no test coverage detected