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

File chat.js

src/server/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 debug = require('debug')('minecraft-protocol')

Callers

nothing calls this directly

Calls 8

concatFunction · 0.85
computeChatChecksumFunction · 0.85
validateMessageChainFunction · 0.85
validateSessionFunction · 0.85
VerificationErrorClass · 0.85
applyOffsetMethod · 0.80
raiseFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected