Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ _roundtrip
Function
_roundtrip
pager_lib/pymysql/_auth.py:119–123 ·
view source on GitHub ↗
(conn, send_data)
Source
from the content-addressed store, hash-verified
117
118
119
def
_roundtrip(conn, send_data):
120
conn.write_packet(send_data)
121
pkt = conn._read_packet()
122
pkt.check_error()
123
return
pkt
124
125
126
def
_xor_password(password, salt):
Callers
2
sha256_password_auth
Function · 0.85
caching_sha2_password_auth
Function · 0.85
Calls
3
write_packet
Method · 0.80
_read_packet
Method · 0.80
check_error
Method · 0.80
Tested by
no test coverage detected