MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / NewGenClient

Function NewGenClient

internal/remote/gen_grpc.pb.go:32–34  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

30}
31
32func NewGenClient(cc grpc.ClientConnInterface) GenClient {
33 return &genClient{cc}
34}
35
36func (c *genClient) Generate(ctx context.Context, in *GenerateRequest, opts ...grpc.CallOption) (*GenerateResponse, error) {
37 out := new(GenerateResponse)

Callers 1

NewClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected