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

Method Contains

compression.go:178–178  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

176type readOnlyCompressionPools interface {
177 Get(string) *compressionPool
178 Contains(string) bool
179 // Wordy, but clarifies how this is different from readOnlyCodecs.Names().
180 CommaSeparatedNames() string
181}

Implementers 1

namedCompressionPoolscompression.go

Calls

no outgoing calls