Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ wrapperConnPool
Struct
wrapperConnPool
tests/connpool_test.go:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
wrapperConnPool
struct
{
41
db *sql.DB
42
got []string
43
expect []string
44
}
45
46
func
(c *wrapperConnPool) Ping() error {
47
return
c.db.Ping()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected