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

Method traceAuthenticationSASL

pgproto3/trace.go:149–151  ·  view source on GitHub ↗
(sender byte, encodedLen int32, msg *AuthenticationSASL)

Source from the content-addressed store, hash-verified

147}
148
149func (t *tracer) traceAuthenticationSASL(sender byte, encodedLen int32, msg *AuthenticationSASL) {
150 t.writeTrace(sender, encodedLen, "AuthenticationSASL", nil)
151}
152
153func (t *tracer) traceAuthenticationSASLContinue(sender byte, encodedLen int32, msg *AuthenticationSASLContinue) {
154 t.writeTrace(sender, encodedLen, "AuthenticationSASLContinue", nil)

Callers 1

traceMessageMethod · 0.95

Calls 1

writeTraceMethod · 0.95

Tested by

no test coverage detected