MCPcopy Index your code
hub / github.com/plotly/dash / useRef

Function useRef

dash/deps/react@18.2.0.js:1618–1621  ·  view source on GitHub ↗
(initialValue)

Source from the content-addressed store, hash-verified

1616 return dispatcher.useReducer(reducer, initialArg, init);
1617 }
1618 function useRef(initialValue) {
1619 var dispatcher = resolveDispatcher();
1620 return dispatcher.useRef(initialValue);
1621 }
1622 function useEffect(create, deps) {
1623 var dispatcher = resolveDispatcher();
1624 return dispatcher.useEffect(create, deps);

Callers 13

TabsFunction · 0.90
InputFunction · 0.90
LoadingFunction · 0.90
CalendarComponentFunction · 0.90
CalendarDayFunction · 0.90
DatePickerRangeFunction · 0.90
DropdownFunction · 0.90
RangeSliderFunction · 0.90
DatePickerSingleFunction · 0.90

Calls 1

resolveDispatcherFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…