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

Function getActionStateCount

packages/react-server/src/ReactFizzHooks.js:288–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288export function getActionStateCount(): number {
289 // This should be called immediately after every finishHooks call.
290 // Conceptually, it's part of the return value of finishHooks; it's only a
291 // separate function to avoid using an array tuple.
292 return actionStateCounter;
293}
294export function getActionStateMatchingIndex(): number {
295 // This should be called immediately after every finishHooks call.
296 // Conceptually, it's part of the return value of finishHooks; it's only a

Callers 2

renderFunctionComponentFunction · 0.90
renderForwardRefFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected