groupCollapsed method
Last updated: 2026-03-01T23:25:47.125Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 1
Signature
groupCollapsed(label: string)
Source Code
groupCollapsed(label: string) {
emit("group", `${prefix} ── ${label} ──`, []);
},
Dependencies (Outgoing)
| Target | Type |
|---|---|
| emit | calls |
No incoming dependencies.