MCPcopy Create free account
hub / github.com/experdot/pointer / toHistoryEntry

Function toHistoryEntry

src/renderer/src/stores/tabsStore.ts:67–69  ·  view source on GitHub ↗
(tab: Tab)

Source from the content-addressed store, hash-verified

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

Callers 2

computeNewHistoryFunction · 0.85
tabsStore.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected