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

Function unexport

protoc-gen-go/grpc/grpc.go:114–114  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

112}
113
114func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] }
115
116// deprecationComment is the standard comment added to deprecated
117// messages, fields, enums, and enum values.

Callers 3

generateServiceMethod · 0.70
generateClientMethodMethod · 0.70
generateServerMethodMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected