Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ quickClient
Struct
quickClient
internal/quickdb/v1/quickdb_grpc.pb.go:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
quickClient
struct
{
41
cc grpc.ClientConnInterface
42
}
43
44
func
NewQuickClient(cc grpc.ClientConnInterface) QuickClient {
45
return
&quickClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected