Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/semaphoreui/semaphore
/ SqlDb
Struct
SqlDb
db/sql/SqlDb.go:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
SqlDb
struct
{
31
connection SqlDbConnection
32
}
33
34
func
(d *SqlDb) Sql() *gorp.DbMap {
35
return
d.connection.sql
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected