group method

Last updated: 2026-03-01T23:25:47.125Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

group(label: string)

Source Code

    group(label: string) {
      emit("group", `${prefix} ── ${label} ──`, []);
    },

Dependencies (Outgoing)

graph LR group["group"] emit["emit"] group -->|calls| emit style group fill:#dbeafe,stroke:#2563eb,stroke-width:2px click group "07d14529b23f8e28.html" click emit "131b8d3f5dc1f207.html"
TargetType
emit calls

No incoming dependencies.