Home / Function/ isSetActionStateType() — react Function Reference

isSetActionStateType() — react Function Reference

Architecture documentation for the isSetActionStateType() function in HIR.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  fb87b7d5_3ff5_3bda_acfb_291f7d63bbb2["isSetActionStateType()"]
  18a78965_f593_105b_e5e8_07001321c2ec["HIR.ts"]
  fb87b7d5_3ff5_3bda_acfb_291f7d63bbb2 -->|defined in| 18a78965_f593_105b_e5e8_07001321c2ec
  b5555c52_b6db_0e04_9c88_0a537ac1560e["isStableType()"]
  b5555c52_b6db_0e04_9c88_0a537ac1560e -->|calls| fb87b7d5_3ff5_3bda_acfb_291f7d63bbb2
  style fb87b7d5_3ff5_3bda_acfb_291f7d63bbb2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/HIR/HIR.ts lines 1875–1879

export function isSetActionStateType(id: Identifier): boolean {
  return (
    id.type.kind === 'Function' && id.type.shapeId === 'BuiltInSetActionState'
  );
}

Subdomains

Called By

Frequently Asked Questions

What does isSetActionStateType() do?
isSetActionStateType() is a function in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/HIR/HIR.ts.
Where is isSetActionStateType() defined?
isSetActionStateType() is defined in compiler/packages/babel-plugin-react-compiler/src/HIR/HIR.ts at line 1875.
What calls isSetActionStateType()?
isSetActionStateType() is called by 1 function(s): isStableType.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free