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

Method Write

bench_test.go:1358–1361  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

1356}
1357
1358func (qr *queryRecorder) Write(b []byte) (n int, err error) {
1359 qr.writeBuf = append(qr.writeBuf, b...)
1360 return qr.conn.Write(b)
1361}
1362
1363func (qr *queryRecorder) Close() error {
1364 return qr.conn.Close()

Calls

no outgoing calls

Tested by

no test coverage detected