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

Method isPatch

Chat DeMod.user.js:392–394  ·  view source on GitHub ↗
(chunk_data)

Source from the content-addressed store, hash-verified

390 }
391
392 static isPatch(chunk_data) {
393 return chunk_data.hasOwnProperty("o") && chunk_data.o === "patch" && chunk_data.hasOwnProperty("v");
394 }
395
396 static getConversationId(chunk_data) {
397 if (chunk_data.hasOwnProperty('conversation_id'))

Callers 2

updateMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected