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

Function NewCodegenServiceClient

internal/plugin/codegen_grpc.pb.go:36–38  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

34}
35
36func NewCodegenServiceClient(cc grpc.ClientConnInterface) CodegenServiceClient {
37 return &codegenServiceClient{cc}
38}
39
40func (c *codegenServiceClient) Generate(ctx context.Context, in *GenerateRequest, opts ...grpc.CallOption) (*GenerateResponse, error) {
41 out := new(GenerateResponse)

Callers 1

codegenFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected