()
| 304 | }; |
| 305 | |
| 306 | export const getCurrentTabId = async () => { |
| 307 | return (await getCurrentTab())?.id; |
| 308 | }; |
| 309 | |
| 310 | export const getCurrentTabUrl = async () => { |
| 311 | return (await getCurrentTab())?.url; |
nothing calls this directly
no test coverage detected