MCPcopy 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

useSpringFunction · 0.70
moveFunction · 0.70
SelectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected