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

Method process

Chat DeMod.user.js:547–556  ·  view source on GitHub ↗
(current_blocked)

Source from the content-addressed store, hash-verified

545 }
546
547 async process(current_blocked) {
548 await this.response.process(current_blocked);
549
550 var data = "";
551 for (const entry of this.response.queue) {
552 data += entry;
553 }
554
555 this.response_body = data;
556 }
557
558 getEvent() {
559 this.response_object.sequenceId = this.sequence_id;

Callers 1

processMessageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected