MCPcopy
hub / github.com/sqlc-dev/sqlc / GetQuerySets

Method GetQuerySets

internal/quickdb/v1/quickdb_grpc.pb.go:84–91  ·  view source on GitHub ↗
(ctx context.Context, in *GetQuerySetsRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

82}
83
84func (c *quickClient) GetQuerySets(ctx context.Context, in *GetQuerySetsRequest, opts ...grpc.CallOption) (*GetQuerySetsResponse, error) {
85 out := new(GetQuerySetsResponse)
86 err := c.cc.Invoke(ctx, Quick_GetQuerySets_FullMethodName, in, out, opts...)
87 if err != nil {
88 return nil, err
89 }
90 return out, nil
91}
92
93// QuickServer is the server API for Quick service.
94// All implementations must embed UnimplementedQuickServer

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.65

Tested by

no test coverage detected