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

Method traceAuthenticationSASLContinue

pgproto3/trace.go:153–155  ·  view source on GitHub ↗
(sender byte, encodedLen int32, msg *AuthenticationSASLContinue)

Source from the content-addressed store, hash-verified

151}
152
153func (t *tracer) traceAuthenticationSASLContinue(sender byte, encodedLen int32, msg *AuthenticationSASLContinue) {
154 t.writeTrace(sender, encodedLen, "AuthenticationSASLContinue", nil)
155}
156
157func (t *tracer) traceAuthenticationSASLFinal(sender byte, encodedLen int32, msg *AuthenticationSASLFinal) {
158 t.writeTrace(sender, encodedLen, "AuthenticationSASLFinal", nil)

Callers 1

traceMessageMethod · 0.95

Calls 1

writeTraceMethod · 0.95

Tested by

no test coverage detected