getHiddenInput function presentation

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

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

getHiddenInput(container: HTMLElement): : HTMLInputElement

Source Code

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

No outgoing dependencies.

Impact (Incoming)

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