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

Method setText

src/webpage/settings.ts:274–281  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

272 div.append(input);
273 return div;
274 }
275 onChange() {
276 const input = this.input.deref();
277 if (input) {
278 const value = input.valueAsDate;
279 this.dateValue = value;
280 }
281 super.onChange();
282 }
283}
284class ErrorBox implements OptionsElement<void> {

Callers 3

InviteMakerMethod · 0.45
manageBotMethod · 0.45
makeInviteMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected