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

Method deleteDiv

src/webpage/message.ts:569–577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567 }
568 deleteDiv() {
569 if (!this.div) return;
570 try {
571 this.div.remove();
572 this.div = undefined;
573 } catch (e) {
574 console.error(e);
575 }
576 }
577
578 mentionsuser(userd: User | Member) {
579 if (this.mention_everyone) return true;
580 if (this.id === "1531482863320101422") console.warn(this.mentions);

Callers 1

setUpInfiniteScrollerMethod · 0.80

Calls 2

errorMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected