190 matches across 1 files for func main lang:JavaScript path:packages/react-reconciler/src/ReactFiberHooks.js
snippet_mode: grep · sorted by relevance
packages/react-reconciler/src/ReactFiberHooks.js JAVASCRIPT 190 matches · showing 5 view file →
105 requestDeferredLane,
106 markSkippedUpdateLanes,
107 isInvalidExecutionContextForEventFunction,
108} from './ReactFiberWorkLoop';
109
· · ·
200};
201
202// The effect "instance" is a shared object that remains the same for the entire
203// lifetime of an effect. In Rust terms, a RefCell. We use it to store the
204// "destroy" function that is returned from an effect, because that is stateful.
· · ·
204// "destroy" function that is returned from an effect, because that is stateful.
205// The field is `undefined` if the effect is unmounted, or if the effect ran
206// but is not stateful. We don't explicitly track whether the effect is mounted
· · ·
236};
237
238type EventFunctionPayload<Args, Return, F: (...Array<Args>) => Return> = {
239 ref: {
240 eventFn: F,
· · ·
244};
245
246export type FunctionComponentUpdateQueue = {
247 lastEffect: Effect | null,
248 events: Array<EventFunctionPayload<any, any, any>> | null,
+ 185 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.