MCPcopy Create free account
hub / github.com/PrismarineJS/node-minecraft-protocol / chat.js

File chat.js

src/client/chat.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const crypto = require('crypto')
2const { computeChatChecksum } = require('../datatypes/checksums')
3const concat = require('../transforms/binaryStream').concat
4const { processNbtMessage } = require('prismarine-chat')

Callers

nothing calls this directly

Calls 12

processMessageFunction · 0.85
updateAndValidateChatFunction · 0.85
updateAndValidateSessionFunction · 0.85
concatFunction · 0.85
visitFunction · 0.85
getAcknowledgementsFunction · 0.85
signaturesForCommandFunction · 0.85
computeChatChecksumFunction · 0.85
isFormattedFunction · 0.85
addEvidenceFunction · 0.85
writeMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected