13,684 matches across 25 files for func main
snippet_mode: summary · sorted by relevance
packages/react-devtools-shared/src/backend/fiber/renderer.js JAVASCRIPT 356 matches · showing 1 view file →
32 ElementTypeFunction,
+ 355 more matches in this file
packages/react-reconciler/src/ReactFiberWorkLoop.js JAVASCRIPT 205 matches · showing 1 view file →
21import type {FunctionComponentUpdateQueue} from './ReactFiberHooks';
+ 204 more matches in this file
packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js JAVASCRIPT 269 matches · showing 1 view file →
82 clientRenderBoundary as clientRenderFunction,
+ 268 more matches in this file
packages/react-reconciler/src/ReactFiberBeginWork.js JAVASCRIPT 154 matches · showing 1 view file →
57 FunctionComponent,
+ 153 more matches in this file
packages/react-server/src/ReactFizzServer.js JAVASCRIPT 194 matches · showing 1 view file →
184 disableLegacyContextForFunctionComponents,
+ 193 more matches in this file
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js JAVASCRIPT 268 matches · showing 1 view file →
306function getOwnerDocumentFromRootContainer(
+ 267 more matches in this file
packages/react-client/src/ReactFlightClient.js JAVASCRIPT 204 matches · showing 1 view file →
19 ReactFunctionLocation,
+ 203 more matches in this file
packages/react-reconciler/src/ReactChildFiber.js JAVASCRIPT 103 matches · showing 1 view file →
49 FunctionComponent,
+ 102 more matches in this file
packages/react-server/src/ReactFlightServer.js JAVASCRIPT 272 matches · showing 1 view file →
66 ReactFunctionLocation,
+ 271 more matches in this file
packages/react-reconciler/src/ReactFiberCompleteWork.js JAVASCRIPT 37 matches · showing 1 view file →
50 FunctionComponent,
+ 36 more matches in this file
compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts TYPESCRIPT 176 matches · showing 1 view file →
17import {ExternalFunction, ReactFunctionType} from '../HIR/Environment';
+ 175 more matches in this file
compiler/crates/react_compiler/src/entrypoint/program.rs RUST 378 matches · showing 1 view file →
6//! Main entrypoint for the React Compiler.
+ 377 more matches in this file
packages/react-reconciler/src/ReactFiberCommitWork.js JAVASCRIPT 122 matches · showing 1 view file →
31import type {FunctionComponentUpdateQueue} from './ReactFiberHooks';
+ 121 more matches in this file
packages/react-reconciler/src/ReactFiberHooks.js JAVASCRIPT 190 matches · showing 1 view file →
109 isInvalidExecutionContextForEventFunction,
+ 189 more matches in this file
packages/react-reconciler/src/ReactFiberPerformanceTrack.js JAVASCRIPT 40 matches · showing 1 view file →
45 typeof console.timeStamp === 'function' &&
+ 39 more matches in this file
compiler/crates/react_compiler_hir/src/environment.rs RUST 60 matches · showing 1 view file →
14use crate::object_shape::FunctionSignature;
+ 59 more matches in this file
packages/react-devtools-cdt-mcp/e2e/run.flow.js JAVASCRIPT 73 matches · showing 1 view file →
169function log(message: string): void {
+ 72 more matches in this file
packages/react-reconciler/src/ReactFiberLane.js JAVASCRIPT 76 matches · showing 1 view file →
125// This function is used for the experimental timeline (react-devtools-timeline)
+ 75 more matches in this file
packages/scheduler/src/forks/SchedulerMock.js JAVASCRIPT 40 matches · showing 1 view file →
69// Incrementing id counter. Used to maintain insertion order.
+ 39 more matches in this file
compiler/packages/babel-plugin-react-compiler/src/HIR/visitors.ts TYPESCRIPT 29 matches · showing 1 view file →
27export function* eachInstructionLValue(
+ 28 more matches in this file
packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts TYPESCRIPT 95 matches · showing 1 view file →
29function isHookName(s: string): boolean {
+ 94 more matches in this file
scripts/bench/benchmarks/pe-no-components/benchmark.js JAVASCRIPT 282 matches · showing 1 view file →
1(function () {
+ 281 more matches in this file
packages/scheduler/src/forks/Scheduler.js JAVASCRIPT 34 matches · showing 1 view file →
62 typeof performance === 'object' && typeof performance.now === 'function';
+ 33 more matches in this file
packages/react-reconciler/src/ReactFiberRootScheduler.js JAVASCRIPT 27 matches · showing 1 view file →
116export function ensureRootIsScheduled(root: FiberRoot): void {
+ 26 more matches in this file
compiler/crates/react_compiler_inference/src/propagate_scope_dependencies_hir.rs RUST 153 matches · showing 1 view file →
22 BasicBlock, BlockId, DeclarationId, DependencyPathEntry, EvaluationOrder, FunctionId,
+ 152 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.