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

Method submit

src/webpage/settings.ts:1774–1785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1772 name.innerText = this.name;
1773 name.classList.add("clickable");
1774 name.onclick = () => {
1775 this.returnFromSub();
1776 };
1777 build.push(name);
1778 build.push(" > ");
1779 }
1780 if (this.subOptions instanceof Options) {
1781 build.push(...this.subOptions.generateName());
1782 } else {
1783 build.push(...this.subOptions.options.generateName());
1784 }
1785 } else {
1786 const name = document.createElement("span");
1787 name.innerText = this.name;
1788 build.push(name);

Callers 1

changedMethod · 0.95

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected