MCPcopy
hub / github.com/facebook/react / useOuterBar

Function useOuterBar

packages/react-devtools-shell/src/app/Hydration/index.js:81–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81function useOuterBar() {
82 useDebugValue({
83 debugA: {
84 debugB: {
85 debugC: 'abc',
86 },
87 },
88 });
89 return useInnerBar();
90}
91
92function useInnerBar() {
93 useDebugValue({

Callers 1

index.jsFile · 0.85

Calls 2

useDebugValueFunction · 0.90
useInnerBarFunction · 0.85

Tested by

no test coverage detected