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

Method getData

Chat DeMod.user.js:331–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 }
330
331 getData() {
332 return "event: delta\ndata: " + JSON.stringify(this.data) + "\n\n";
333 }
334
335 update(chunk_data) {
336 if (ChatPayload.isPatch(chunk_data)) {

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected