MCPcopy Create free account
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 10

beginDraggingFunction · 0.70
endDraggingFunction · 0.70
useHover.test.jsFile · 0.50
renderMenuTriggerHookFunction · 0.50
fileMethod · 0.50
readEntriesMethod · 0.50
onTransitionEndFunction · 0.50
keyboardUpdateFunction · 0.50
keyboardUpdateFunction · 0.50
viewTransitionFunction · 0.50

Calls

no outgoing calls

Tested by 1

renderMenuTriggerHookFunction · 0.40