MCPcopy Create free account
hub / github.com/bytebase/bytebase / NewDecoder

Method NewDecoder

backend/server/marshaler.go:25–29  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

23}
24
25func (m *suggestingMarshaler) NewDecoder(r io.Reader) grpcruntime.Decoder {
26 return &suggestingDecoder{
27 inner: m.Marshaler.NewDecoder(r),
28 }
29}
30
31// suggestingDecoder wraps a Decoder and enhances unknown field errors.
32type suggestingDecoder struct {

Calls

no outgoing calls

Tested by 5

TestPostMessageFunction · 0.64
handlerMethod · 0.64
mockListDatabasesFunction · 0.64
captureBodyMethod · 0.64