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

Function init

reflection/test/serverreflection_test.go:115–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func init() {
116 _, fdTestByte = loadFileDesc("reflection/grpc_testing/test.proto")
117 _, fdTestv3Byte = loadFileDesc("testv3.proto")
118 _, fdProto2Byte = loadFileDesc("reflection/grpc_testing/proto2.proto")
119 fdProto2Ext, fdProto2ExtByte = loadFileDesc("reflection/grpc_testing/proto2_ext.proto")
120 fdProto2Ext2, fdProto2Ext2Byte = loadFileDesc("reflection/grpc_testing/proto2_ext2.proto")
121 fdDynamic, fdDynamicFile, fdDynamicByte = loadFileDescDynamic(pbv3.FileDynamicProtoRawDesc)
122}
123
124func (x) TestFileDescContainingExtension(t *testing.T) {
125 for _, test := range []struct {

Callers

nothing calls this directly

Calls 2

loadFileDescFunction · 0.85
loadFileDescDynamicFunction · 0.85

Tested by

no test coverage detected