MCPcopy Create free account
hub / github.com/4as/Chat-DeMod / getEvent

Method getEvent

Chat DeMod.user.js:558–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

556 }
557
558 getEvent() {
559 this.response_object.sequenceId = this.sequence_id;
560 this.response_object.data.body = btoa(this.response_body);
561 var updated_data = JSON.stringify(this.response_object);
562 return cloneEvent(this.event, updated_data);
563 }
564
565 clone() {
566 var copy = new ChatEvent(this.payload, this.event);

Callers 1

processMessageFunction · 0.80

Calls 1

cloneEventFunction · 0.85

Tested by

no test coverage detected