getOptions function presentation

Last updated: 2026-03-04T23:21:38.415Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

getOptions(container: HTMLElement): : HTMLElement[]

Source Code

function getOptions(container: HTMLElement): HTMLElement[] {
  return Array.from(container.querySelectorAll<HTMLElement>(".fa-ss__opt"));
}

No outgoing dependencies.

Impact (Incoming)

graph LR getOptions["getOptions"] buildContainer["buildContainer"] buildContainer -->|calls| getOptions style getOptions fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getOptions "9c0f7d0a4a9f289c.html" click buildContainer "a0615493bb53efa4.html"
SourceType
buildContainer calls