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

Method Name

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

Name is the name of the compression codec and is used to set the content coding header. The result must be static; the result cannot change between calls.

()

Source from the content-addressed store, hash-verified

74 // coding header. The result must be static; the result cannot change
75 // between calls.
76 Name() string
77}
78
79var registeredCompressor = make(map[string]Compressor)

Callers 1

processUnaryRPCMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected