Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bridge-codes/bridge
/ leave
Function
leave
www/src/components/NewCode.tsx:55–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
const leave = () => {
56
setPosition({
57
top: -500,
58
left: -500
59
})
60
}
61
62
const lsp = document.getElementsByTagName(
'span'
);
63
if (lsp)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected