buildContainer function presentation

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

Metrics

LOC: 5 Complexity: 1 Params: 0

Signature

buildContainer(): : HTMLElement

Source Code

function buildContainer(): HTMLElement {
  const el = document.createElement("div");
  document.body.appendChild(el);
  return el;
}

Dependencies (Outgoing)

graph LR buildContainer["buildContainer"] SearchableSelect["SearchableSelect"] SelectEntry["SelectEntry"] mount["mount"] getInput["getInput"] getHiddenInput["getHiddenInput"] getDropdown["getDropdown"] getOptions["getOptions"] buildContainer -->|uses| SearchableSelect buildContainer -->|uses| SelectEntry buildContainer -->|calls| mount buildContainer -->|calls| getInput buildContainer -->|calls| getHiddenInput buildContainer -->|calls| getDropdown buildContainer -->|calls| getOptions buildContainer -->|calls| buildContainer style buildContainer fill:#dbeafe,stroke:#2563eb,stroke-width:2px click buildContainer "a0615493bb53efa4.html" click SearchableSelect "194c113b97ce486d.html" click SelectEntry "b1f8066e4424c104.html" click mount "42a7c100316854cd.html" click getInput "3be1dddda78fc1c5.html" click getHiddenInput "e87581d46354742c.html" click getDropdown "c6dbfdfd1dae166b.html" click getOptions "9c0f7d0a4a9f289c.html"
TargetType
SearchableSelect uses
SelectEntry uses
mount calls
getInput calls
getHiddenInput calls
getDropdown calls
getOptions calls
buildContainer calls

Impact (Incoming)

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