Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MatrixTM/MHDDoS
/ data
Method
data
start.py:365–367 ·
view source on GitHub ↗
(*payload: bytes)
Source
from the content-addressed store, hash-verified
363
364
@staticmethod
365
def
data(*payload: bytes) -> bytes:
366
payload = b
''
.join(payload)
367
return
Minecraft.varint(len(payload)) + payload
368
369
@staticmethod
370
def
short(integer: int) -> bytes:
Callers
7
handshake
Method · 0.80
handshake_forwarded
Method · 0.80
login
Method · 0.80
keepalive
Method · 0.80
chat
Method · 0.80
MINECRAFT
Method · 0.80
start.py
File · 0.80
Calls
1
varint
Method · 0.80
Tested by
no test coverage detected