getInput function presentation

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

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

getInput(container: HTMLElement): : HTMLInputElement

Source Code

function getInput(container: HTMLElement): HTMLInputElement {
  return container.querySelector<HTMLInputElement>(".fa-ss__input")!;
}

No outgoing dependencies.

Impact (Incoming)

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