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

Method delete

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

Source from the content-addressed store, hash-verified

613 headers: this.headers,
614 body: JSON.stringify({content}),
615 });
616 }
617 async delete() {
618 await fetch(`${this.info.api}/channels/${this.channel.id}/messages/${this.id}`, {
619 headers: this.headers,
620 method: "DELETE",
621 });
622 }
623 deleteEvent() {

Callers 4

bindButtonEventMethod · 0.95
confirmDeleteMethod · 0.95
setupcmenuMethod · 0.45
deleteEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected