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

Method addSubOptions

src/webpage/settings.ts:2010–2015  ·  view source on GitHub ↗
(name: string, {ltr = false, noSubmit = false} = {})

Source from the content-addressed store, hash-verified

2008 return jsonRes;
2009 } else {
2010 return new Promise<boolean>((resolution) => {
2011 const better = new Dialog("");
2012 const form = better.options.addForm(
2013 "",
2014 (res: any) => {
2015 if (res.message) {
2016 throw new FormError(ti, res.message);
2017 } else {
2018 resolution(res);

Callers 8

settingsMethod · 0.45
InviteMakerMethod · 0.45
addKeyMethod · 0.45
showusersettingsMethod · 0.45
generateHTMLMethod · 0.45
genAreaMethod · 0.45
createInviteHTMLFunction · 0.45
createBanHTMLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected