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

Method clone

Chat DeMod.user.js:565–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 }
564
565 clone() {
566 var copy = new ChatEvent(this.payload, this.event);
567 copy.response_body = this.response_body;
568 return copy;
569 }
570 }
571
572 // Intercepter for old fetch() based communication

Callers 1

processMessageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected