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

Function unexport

internal/gengogrpc/grpc.go:398–398  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

396const deprecationComment = "// Deprecated: Do not use."
397
398func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] }

Callers 3

genServiceFunction · 0.70
genClientMethodFunction · 0.70
genServerMethodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected