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

Method NewStream

internal/ext/handler.go:46–48  ·  view source on GitHub ↗
(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

44}
45
46func (w *wrapper) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error) {
47 return nil, status.Error(codes.Unimplemented, "")
48}
49
50func HandleFunc(fn func(context.Context, *plugin.GenerateRequest) (*plugin.GenerateResponse, error)) Handler {
51 return &wrapper{fn}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected