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

Struct UnimplementedGenServer

internal/remote/gen_grpc.pb.go:54–55  ·  view source on GitHub ↗

UnimplementedGenServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

52
53// UnimplementedGenServer must be embedded to have forward compatible implementations.
54type UnimplementedGenServer struct {
55}
56
57func (UnimplementedGenServer) Generate(context.Context, *GenerateRequest) (*GenerateResponse, error) {
58 return nil, status.Errorf(codes.Unimplemented, "method Generate not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected