Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/semantic-detector.ts
Detect approval-related states
Finds state references containing "Approval" in their name:
- AwaitingApproval, RejectedApproval, etc.
Signature
tsfunction detectApprovalStates(code: string): string[]
Parameters
| Name | Type |
|---|---|
code | string |
Returns: string[]
Was this page helpful?