MCPcopy Index your code
hub / github.com/anomalyco/opencode / recentKey

Function recentKey

packages/app/src/context/tabs.tsx:76–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 let recentValue: string | undefined
75
76 const recentKey = () => (recentWrite ? recentValue : recent.key)
77
78 const setRecentKey = (key: string | undefined) => {
79 const write = ++recentWrite

Callers 2

rememberFunction · 0.85
toggleHomeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected