Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adobe/react-spectrum
/ cb
Function
cb
packages/react-aria/src/dnd/DragManager.ts:106–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
105
useEffect(() => {
106
let
cb = () => setSession(dragSession);
107
subscriptions.add(cb);
108
return
() => {
109
subscriptions.delete(cb);
Callers
11
useHover.test.js
File · 0.85
renderMenuTriggerHook
Function · 0.85
file
Method · 0.85
readEntries
Method · 0.85
onTransitionEnd
Function · 0.85
beginDragging
Function · 0.85
endDragging
Function · 0.85
viewTransition
Function · 0.85
ContextualHelp.test.js
File · 0.85
getAllVars
Function · 0.85
getAllComponentVars
Function · 0.85
Calls
no outgoing calls
Tested by
1
renderMenuTriggerHook
Function · 0.68