MCPcopy
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.jsFile · 0.85
renderMenuTriggerHookFunction · 0.85
fileMethod · 0.85
readEntriesMethod · 0.85
onTransitionEndFunction · 0.85
beginDraggingFunction · 0.85
endDraggingFunction · 0.85
viewTransitionFunction · 0.85
getAllVarsFunction · 0.85
getAllComponentVarsFunction · 0.85

Calls

no outgoing calls

Tested by 1

renderMenuTriggerHookFunction · 0.68