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

Method traceAuthenticationGSSContinue

pgproto3/trace.go:137–139  ·  view source on GitHub ↗
(sender byte, encodedLen int32, msg *AuthenticationGSSContinue)

Source from the content-addressed store, hash-verified

135}
136
137func (t *tracer) traceAuthenticationGSSContinue(sender byte, encodedLen int32, msg *AuthenticationGSSContinue) {
138 t.writeTrace(sender, encodedLen, "AuthenticationGSSContinue", nil)
139}
140
141func (t *tracer) traceAuthenticationMD5Password(sender byte, encodedLen int32, msg *AuthenticationMD5Password) {
142 t.writeTrace(sender, encodedLen, "AuthenticationMD5Password", nil)

Callers 1

traceMessageMethod · 0.95

Calls 1

writeTraceMethod · 0.95

Tested by

no test coverage detected