(tab: Tab)
| 65 | let isNavigating = false |
| 66 | |
| 67 | function toHistoryEntry(tab: Tab): TabHistoryEntry { |
| 68 | return { tabId: tab.id, type: tab.type, dataId: tab.dataId } |
| 69 | } |
| 70 | |
| 71 | function computeNewHistory( |
| 72 | history: TabHistoryEntry[], |
no outgoing calls
no test coverage detected