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

Method addPreprocessor

src/webpage/settings.ts:2257–2259  ·  view source on GitHub ↗
(func: (obj: Object) => void)

Source from the content-addressed store, hash-verified

2255 }
2256 addColorInput(label: string, formName: string, {initColor = "", required = false} = {}) {
2257 const colorInput = this.options.addColorInput(label, (_) => {}, {
2258 initColor,
2259 });
2260 this.names.set(formName, colorInput);
2261 if (required) {
2262 this.required.add(colorInput);

Callers 13

noChannelMethod · 0.80
makeMenu2Function · 0.80
makeMenu1Function · 0.80
generateUserMenuMethod · 0.80
createGuildMethod · 0.80
showusersettingsMethod · 0.80
makeRegisterFunction · 0.80
handle2faFunction · 0.80
makeguildmenusMethod · 0.80
generateSettingsMethod · 0.80
generateTemplateAreaMethod · 0.80
generateSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected