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

Method Names

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

Names returns a copy of the registered codec names. The returned slice is safe for the caller to mutate.

()

Source from the content-addressed store, hash-verified

220 // Names returns a copy of the registered codec names. The returned slice is
221 // safe for the caller to mutate.
222 Names() []string
223}
224
225func newReadOnlyCodecs(nameToCodec map[string]Codec) readOnlyCodecs {

Callers 2

NewHandlerMethod · 0.65
NewHandlerMethod · 0.65

Implementers 1

codecMapcodec.go

Calls

no outgoing calls

Tested by

no test coverage detected