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

Method writeReadyForQuery

server/conn_results.go:519–525  ·  view source on GitHub ↗
(txStatus byte)

Source from the content-addressed store, hash-verified

517 buf.WriteByte('\\')
518 }
519 buf.WriteRune(c)
520 }
521 buf.WriteByte('"')
522 } else {
523 buf.WriteString(s)
524 }
525 }
526 }
527 buf.WriteByte('}')
528 return buf.String()

Callers 15

streamRowsToClientMethod · 0.95
handleCopyMethod · 0.95
handleCopyOutMethod · 0.95
handleCopyOutBinaryMethod · 0.95
handleCopyInMethod · 0.95
handleCopyInBinaryMethod · 0.95
handlePgCursorsQueryMethod · 0.95
handleDeclareCursorMethod · 0.95
handleFetchCursorMethod · 0.95
handleCloseCursorMethod · 0.95

Calls 2

WriteReadyForQueryFunction · 0.92

Tested by

no test coverage detected