359 matches across 1 files for func main path:packages/react-devtools-shared/src/backend/fiber/renderer.js
snippet_mode: grep · sorted by relevance
packages/react-devtools-shared/src/backend/fiber/renderer.js JAVASCRIPT 359 matches · showing 5 view file →
30 ElementTypeClass,
31 ElementTypeContext,
32 ElementTypeFunction,
33 ElementTypeForwardRef,
34 ElementTypeHostComponent,
· · ·
180 Plugins,
181} from 'react-devtools-shared/src/frontend/types';
182import type {ReactFunctionLocation} from 'shared/ReactTypes';
183import type {
184 FiberInstance,
· · ·
197import {formatOwnerStack} from '../shared/DevToolsOwnerStack';
198
199function createFiberInstance(fiber: Fiber): FiberInstance {
200 return {
201 kind: FIBER_INSTANCE,
· · ·
214
215// This is used to represent a filtered Fiber but still lets us find its host instance.
216function createFilteredFiberInstance(fiber: Fiber): FilteredFiberInstance {
217 return {
218 kind: FILTERED_FIBER_INSTANCE,
· · ·
230}
231
232function createVirtualInstance(
233 debugEntry: ReactComponentInfo,
234): VirtualInstance {
+ 354 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.