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

Method traceAuthenticationGSS

pgproto3/trace.go:133–135  ·  view source on GitHub ↗
(sender byte, encodedLen int32, msg *AuthenticationGSS)

Source from the content-addressed store, hash-verified

131}
132
133func (t *tracer) traceAuthenticationGSS(sender byte, encodedLen int32, msg *AuthenticationGSS) {
134 t.writeTrace(sender, encodedLen, "AuthenticationGSS", nil)
135}
136
137func (t *tracer) traceAuthenticationGSSContinue(sender byte, encodedLen int32, msg *AuthenticationGSSContinue) {
138 t.writeTrace(sender, encodedLen, "AuthenticationGSSContinue", nil)

Callers 1

traceMessageMethod · 0.95

Calls 1

writeTraceMethod · 0.95

Tested by

no test coverage detected