()
| 3194 | // ============================================================ |
| 3195 | |
| 3196 | async function getTabRegistry() { |
| 3197 | return tabRuntime.getTabRegistry(); |
| 3198 | } |
| 3199 | |
| 3200 | async function registerTab(source, tabId) { |
| 3201 | return tabRuntime.registerTab(source, tabId); |
no outgoing calls
no test coverage detected