isGroup function presentation
Last updated: 2026-03-04T23:21:38.428Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Signature
isGroup(entry: SelectEntry): : entry is SelectOptionGroup
Source Code
function isGroup(entry: SelectEntry): entry is SelectOptionGroup {
return "groupLabel" in entry;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| flattenEntries | calls |
| flattenEntries | calls |