MCPcopy
hub / github.com/jackc/pgx / traceAuthenticationMD5Password

Method traceAuthenticationMD5Password

pgproto3/trace.go:141–143  ·  view source on GitHub ↗
(sender byte, encodedLen int32, msg *AuthenticationMD5Password)

Source from the content-addressed store, hash-verified

139}
140
141func (t *tracer) traceAuthenticationMD5Password(sender byte, encodedLen int32, msg *AuthenticationMD5Password) {
142 t.writeTrace(sender, encodedLen, "AuthenticationMD5Password", nil)
143}
144
145func (t *tracer) traceAuthenticationOk(sender byte, encodedLen int32, msg *AuthenticationOk) {
146 t.writeTrace(sender, encodedLen, "AuthenticationOk", nil)

Callers 1

traceMessageMethod · 0.95

Calls 1

writeTraceMethod · 0.95

Tested by

no test coverage detected