Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyauthapp/tinyauth
/ New
Function
New
internal/repository/db.go:19–21 ·
view source on GitHub ↗
(db DBTX)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
New(db DBTX) *Queries {
20
return
&Queries{db: db}
21
}
22
23
type
Queries
struct
{
24
db DBTX
Callers
5
TestUserController
Function · 0.92
TestWellKnownController
Function · 0.92
TestOIDCController
Function · 0.92
TestProxyController
Function · 0.92
Setup
Method · 0.92
Calls
no outgoing calls
Tested by
4
TestUserController
Function · 0.74
TestWellKnownController
Function · 0.74
TestOIDCController
Function · 0.74
TestProxyController
Function · 0.74