Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
inside
Function · 0.70
close
Function · 0.70
drop
Function · 0.70
Tested by
no test coverage detected