MCPcopy Create free account
hub / github.com/apecloud/myduckserver / SetConnectionHandler

Method SetConnectionHandler

pgserver/duck_handler.go:90–92  ·  view source on GitHub ↗
(handler *ConnectionHandler)

Source from the content-addressed store, hash-verified

88 sm *server.SessionManager
89 readTimeout time.Duration
90 encodeLoggedQuery bool
91 connectionHandler *ConnectionHandler
92}
93
94func (h *DuckHandler) SetConnectionHandler(handler *ConnectionHandler) {
95 h.connectionHandler = handler

Callers 1

NewConnectionHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected