MCPcopy
hub / github.com/gogo/protobuf / P

Method P

protoc-gen-gogo/grpc/grpc.go:102–102  ·  view source on GitHub ↗

P forwards to g.gen.P.

(args ...interface{})

Source from the content-addressed store, hash-verified

100
101// P forwards to g.gen.P.
102func (g *grpc) P(args ...interface{}) { g.gen.P(args...) }
103
104// Generate generates code for the services in the given file.
105func (g *grpc) Generate(file *generator.FileDescriptor) {

Callers 15

GenerateMethod · 0.95
generateServiceMethod · 0.95
generateClientMethodMethod · 0.95
generateServerMethodMethod · 0.95
GenerateMethod · 0.45
GenerateMethod · 0.45
callFixed64Method · 0.45
callFixed32Method · 0.45
callVarintMethod · 0.45
encodeKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected