MCPcopy Create free account
hub / github.com/PostHog/duckgres / WriteReadyForQuery

Function WriteReadyForQuery

server/exports.go:34–36  ·  view source on GitHub ↗
(w io.Writer, txStatus byte)

Source from the content-addressed store, hash-verified

32 return wire.WriteAuthCleartextPassword(w)
33}
34
35func WriteReadyForQuery(w io.Writer, txStatus byte) error {
36 return wire.WriteReadyForQuery(w, txStatus)
37}
38
39func WriteErrorResponse(w io.Writer, severity, code, message string) error {

Callers 1

handleConnectionMethod · 0.92

Calls 1

WriteReadyForQueryFunction · 0.92

Tested by

no test coverage detected