MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / close

Method close

client/conn.go:209–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209func (c *pconn) close() error {
210 c.stopAckWorkers()
211 c.wg.Wait()
212 if c.pCaller != nil {
213 c.pCaller.Close()
214 }
215 return nil
216}
217
218// Prepare implements the driver.Conn.Prepare method.
219func (c *conn) Prepare(query string) (driver.Stmt, error) {

Callers 1

CloseMethod · 0.45

Calls 3

stopAckWorkersMethod · 0.95
WaitMethod · 0.80
CloseMethod · 0.65

Tested by

no test coverage detected