MCPcopy Create free account
hub / github.com/MathMan05/Fermi /

Class

src/webpage/settings.ts:722–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 for (const thing of this.options) {
721 const div = document.createElement("div");
722 const input = document.createElement("input");
723 input.classList.add("radio");
724 input.type = "radio";
725 input.name = this.label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected