Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ stop
Function
stop
packages/ui/src/components/select.tsx:50–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
const stop = () => {
51
state.cleanup?.()
52
state.cleanup = undefined
53
state.key = undefined
54
}
55
56
const keyFor = (item: T) => (local.value ? local.value(item) : (item as string))
57
Callers
3
useSpring
Function · 0.70
move
Function · 0.70
Select
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected