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

Method P

protoc-gen-go/grpc/grpc.go:78–78  ·  protoc-gen-go/grpc/grpc.go::grpc.P

P forwards to g.gen.P.

(args ...interface{})

Source from the content-addressed store, hash-verified

76
77// P forwards to g.gen.P.
78func (g *grpc) P(args ...interface{}) { g.gen.P(args...) }
79
80// Generate generates code for the services in the given file.
81func (g *grpc) Generate(file *generator.FileDescriptor) {

Callers 11

GenerateMethod · 0.95
generateServiceMethod · 0.95
generateClientMethodMethod · 0.95
generateServerMethodMethod · 0.95
GenerateFileFunction · 0.45
GenerateFileContentFunction · 0.45
genServiceFunction · 0.45
genClientMethodFunction · 0.45
genServerMethodFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected