MCPcopy Create free account
hub / github.com/anomalyco/opencode / leave

Function leave

packages/ui/src/components/tooltip.tsx:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 const leave = () => {
85 if (!inside()) close()
86 drop()
87 }
88
89 createEffect(() => {
90 if (!ref) return

Callers

nothing calls this directly

Calls 3

insideFunction · 0.70
closeFunction · 0.70
dropFunction · 0.70

Tested by

no test coverage detected