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

Method traceAuthenticationOk

pgproto3/trace.go:145–147  ·  view source on GitHub ↗
(sender byte, encodedLen int32, msg *AuthenticationOk)

Source from the content-addressed store, hash-verified

143}
144
145func (t *tracer) traceAuthenticationOk(sender byte, encodedLen int32, msg *AuthenticationOk) {
146 t.writeTrace(sender, encodedLen, "AuthenticationOk", nil)
147}
148
149func (t *tracer) traceAuthenticationSASL(sender byte, encodedLen int32, msg *AuthenticationSASL) {
150 t.writeTrace(sender, encodedLen, "AuthenticationSASL", nil)

Callers 1

traceMessageMethod · 0.95

Calls 1

writeTraceMethod · 0.95

Tested by

no test coverage detected