MCPcopy
hub / github.com/grpc/grpc-go / Name

Method Name

encoding/encoding.go:113–113  ·  view source on GitHub ↗

Name returns the name of the Codec implementation. The returned string will be used as part of content type in transmission. The result must be static; the result cannot change between calls.

()

Source from the content-addressed store, hash-verified

111 // will be used as part of content type in transmission. The result must be
112 // static; the result cannot change between calls.
113 Name() string
114}
115
116var registeredCodecs = make(map[string]any)

Calls

no outgoing calls