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

Class

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

Source from the content-addressed store, hash-verified

480 }
481 const button = document.createElement("button");
482 button.textContent = this.textContent;
483 button.onclick = this.onClickEvent.bind(this);
484 this.buttonHtml = button;
485 div.append(button);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected