MCPcopy
hub / github.com/connectrpc/connect-go / Get

Method Get

codec.go:212–212  ·  view source on GitHub ↗

Get gets the Codec with the given name.

(string)

Source from the content-addressed store, hash-verified

210type readOnlyCodecs interface {
211 // Get gets the Codec with the given name.
212 Get(string) Codec
213 // Protobuf gets the user-supplied protobuf codec, falling back to the default
214 // implementation if necessary.
215 //

Callers 15

NewHandlerMethod · 0.65
NewConnMethod · 0.65
NewConnMethod · 0.65
validateResponseMethod · 0.65
MarshalWebTrailersMethod · 0.65
TestHTTPCallGetBodyFunction · 0.65
GetMethod · 0.65
WriteMethod · 0.65
marshalAppendMethod · 0.65
UnmarshalMethod · 0.65
BenchmarkRESTFunction · 0.65
NewAuthenticatedHandlerFunction · 0.65

Implementers 1

codecMapcodec.go

Calls

no outgoing calls

Tested by 15

TestHTTPCallGetBodyFunction · 0.52
BenchmarkRESTFunction · 0.52
NewAuthenticatedHandlerFunction · 0.52
PingMethod · 0.52
TestErrorNilUnderlyingFunction · 0.52
TestGetNotModifiedFunction · 0.52
TestDynamicClientFunction · 0.52
PingMethod · 0.52
TestHandler_ServeHTTPFunction · 0.52