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

Method Init

pgconn/pgconn.go:2304–2309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2302}
2303
2304func (s *pipelineState) Init() {
2305 s.requestEventQueue.Init()
2306 s.statementDescriptionsQueue.Init()
2307 s.resultFormatsQueue.Init()
2308 s.lastRequestType = pipelineNil
2309}
2310
2311func (s *pipelineState) RegisterSendingToServer() {
2312 for elem := s.requestEventQueue.Back(); elem != nil; elem = elem.Prev() {

Callers 1

StartPipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected