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

Class

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

Source from the content-addressed store, hash-verified

355 readonly text: string;
356 constructor(text: string) {
357 this.text = text;
358 }
359 generateHTML(): HTMLSpanElement {
360 const span = document.createElement("h2");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected